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

Diff for /src/usr.bin/tcfs/Attic/tcfsrmgroup.c between version 1.1 and 1.2

version 1.1, 2000/06/18 22:07:24 version 1.2, 2000/06/19 03:23:04
Line 73 
Line 73 
   
                 printf ("Group id of the TCFS group to remove from the database: ");                  printf ("Group id of the TCFS group to remove from the database: ");
                 fgets (buff,2048,stdin);                  fgets (buff,2048,stdin);
                 len = strlen(buff) - 2;                  len = strlen(buff) - 1;
                 buff[len] = buff[len] == '\n' ? 0 : buff[len];                  buff[len] = buff[len] == '\n' ? 0 : buff[len];
                 gid=(gid_t)atoi(buff);                  gid=(gid_t)atoi(buff);
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2