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

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

version 1.11, 2009/10/27 23:59:44 version 1.12, 2013/11/27 13:32:02
Line 70 
Line 70 
   
         guesslen = 1;          guesslen = 1;
         while ((ch = getopt(argc, argv, "cs:vx")) != -1)          while ((ch = getopt(argc, argv, "cs:vx")) != -1)
                 switch((char)ch) {                  switch(ch) {
                 case 'c':                  case 'c':
                         op = COPYVERIFY;                          op = COPYVERIFY;
                         break;                          break;

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