[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.38 and 1.39

version 1.38, 2003/08/18 02:04:42 version 1.39, 2003/09/06 05:25:22
Line 46 
Line 46 
 struct stat stb1, stb2;  struct stat stb1, stb2;
 struct excludes *excludes_list;  struct excludes *excludes_list;
   
 #define OPTIONS "abC:cdD:efhiL:lnNPqrS:sTtU:uwX:x:"  #define OPTIONS "abC:c::dD:efhiL:lnNPqrS:sTtU:u::wX:x:"
 static struct option longopts[] = {  static struct option longopts[] = {
         { "text",                       no_argument,            0,      'a' },          { "text",                       no_argument,            0,      'a' },
         { "ignore-space-change",        no_argument,            0,      'b' },          { "ignore-space-change",        no_argument,            0,      'b' },

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39