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

Diff for /src/usr.bin/tcfs/Attic/tcfsaddgroup.c between version 1.11 and 1.12

version 1.11, 2000/06/20 08:59:52 version 1.12, 2000/06/20 18:15:57
Line 178 
Line 178 
         /*          /*
          * Going to check the arguments           * Going to check the arguments
          */           */
         while ((val = getopt(argn, argv, "vg:m:t:h")) != EOF)          while ((val = getopt(argn, argv, "vg:m:t:h")) != -1)
                 switch (val) {                  switch (val) {
                 case 'm':                  case 'm':
                         members = atoi(optarg);                          members = atoi(optarg);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12