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

Diff for /src/usr.bin/diff/diff.c between version 1.33 and 1.34

version 1.33, 2003/07/22 01:16:01 version 1.34, 2003/07/22 16:42:58
Line 70 
Line 70 
         { "ignore-all-space",           no_argument,            0,      'w' },          { "ignore-all-space",           no_argument,            0,      'w' },
         { "exclude",                    required_argument,      0,      'x' },          { "exclude",                    required_argument,      0,      'x' },
         { "exclude-from",               required_argument,      0,      'X' },          { "exclude-from",               required_argument,      0,      'X' },
           { NULL,                         0,                      0,      '\0'}
 };  };
   
 __dead void usage(void);  __dead void usage(void);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34