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

Diff for /src/usr.bin/tcfs/Attic/tcfsadduser.c between version 1.4 and 1.5

version 1.4, 2000/06/19 22:42:28 version 1.5, 2000/06/19 23:06:25
Line 41 
Line 41 
         /*          /*
          * Going to check the arguments           * Going to check the arguments
          */           */
         while ((val = getopt(argn, argv, "g:l:hv"))!=EOF)          while ((val = getopt(argn, argv, "g:l:hv")) != EOF)
                 switch (val) {                  switch (val) {
                 case 'l':                  case 'l':
                         strlcpy(user, optarg, sizeof(user));                          strlcpy(user, optarg, sizeof(user));

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5