X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetgroups.c;h=4e0d53a0b7c129409dcedebd36635131ffa77b01;hb=378873e8508590d356a540e5db32592750fb18b8;hp=5a98fec97fdcbc7fc7295b7c4597066a858af3ca;hpb=a52b3661049d06e669e3038c613e62fe4c96b4ce;p=gnulib.git diff --git a/lib/getgroups.c b/lib/getgroups.c index 5a98fec97..4e0d53a0b 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c @@ -25,9 +25,8 @@ char *xmalloc (); /* On at least Ultrix 4.3 and NextStep 3.2, getgroups (0, 0) always fails. On other systems, it returns the number of supplemental groups for the - process is returned. - This function handles that special case and lets the system- - provided function handle all others. */ + process. This function handles that special case and lets the system- + provided function handle all others. */ int getgroups (size_t n, GETGROUPS_T *group)