K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-04-19T10:15:29.000000Z K 7 svn:log V 424 getpw*_r is now implemented in -CURRENT. However, the _SC_GETPW_R_SIZE_MAX sysconf is not. This causes glib to try and malloc UINT_MAX bytes of memeory which basically translates to -1 bytes. Sanity check the value returned by sysconf (_SC_GETPW_R_SIZE_MAX) to see that it's really implemented. This fixes an abort people started to see in Glib-based applications. Reported by: Shin-ichi YOSHIMOTO END