[BACK]Return to id.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / id

Diff for /src/usr.bin/id/id.c between version 1.7 and 1.8

version 1.7, 1999/07/23 19:24:33 version 1.8, 1999/08/18 12:23:01
Line 249 
Line 249 
                 if (lastid == (id = groups[cnt]))                  if (lastid == (id = groups[cnt]))
                         continue;                          continue;
                 (void)printf(fmt, id);                  (void)printf(fmt, id);
                 fmt = " %u";                  fmt = ", %u";
                 if ((gr = getgrgid(id)))                  if ((gr = getgrgid(id)))
                         (void)printf("(%s)", gr->gr_name);                          (void)printf("(%s)", gr->gr_name);
                 lastid = id;                  lastid = id;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8