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

Diff for /src/usr.bin/tcfs/Attic/tcfsputkey.c between version 1.10 and 1.11

version 1.10, 2000/06/20 08:59:53 version 1.11, 2000/06/20 18:15:57
Line 47 
Line 47 
         int isgroupkey = FALSE;          int isgroupkey = FALSE;
         int havename = FALSE, havefspath = FALSE, havekey = FALSE;          int havename = FALSE, havefspath = FALSE, havekey = FALSE;
   
         while ((x = getopt(argc, argv, "kf:p:g:")) != EOF) {          while ((x = getopt(argc, argv, "kf:p:g:")) != -1) {
                 switch(x) {                  switch(x) {
                 case 'k':                  case 'k':
                         def = FALSE;                          def = FALSE;

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