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

Diff for /src/usr.bin/xstr/Attic/xstr.c between version 1.9 and 1.10

version 1.9, 2002/02/24 02:25:48 version 1.10, 2002/12/08 16:50:07
Line 103 
Line 103 
         int c;          int c;
         int fdesc;          int fdesc;
   
         while ((c = getopt(argc, argv, "-cvl:")) != -1)          while ((c = getopt(argc, argv, "cvl:-")) != -1)
                 switch (c) {                  switch (c) {
                 case '-':                  case '-':
                         readstd++;                          readstd++;

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