[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.9 and 1.10

version 1.9, 2000/06/20 08:59:53 version 1.10, 2000/06/20 18:15:57
Line 37 
Line 37 
         /*          /*
          * Going to check the arguments           * Going to check the arguments
          */           */
         while ((val = getopt(argn, argv, "hg:v")) != EOF)          while ((val = getopt(argn, argv, "hg:v")) != -1)
                 switch (val) {                  switch (val) {
                 case 'g':                  case 'g':
                         gid = (gid_t)atoi(optarg);                          gid = (gid_t)atoi(optarg);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10