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

Diff for /src/usr.bin/tcfs/Attic/tcfsrun.c between version 1.8 and 1.9

version 1.8, 2000/06/20 10:46:52 version 1.9, 2000/06/20 18:15:58
Line 40 
Line 40 
   
         uid = getuid();          uid = getuid();
   
         while ((x = getopt(argc, argv, "p:f:")) != EOF) {          while ((x = getopt(argc, argv, "p:f:")) != -1) {
                 switch(x) {                  switch(x) {
                 case 'p':                  case 'p':
                         strlcpy(fspath, optarg, sizeof(fspath));                          strlcpy(fspath, optarg, sizeof(fspath));

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