[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.67 and 1.68

version 1.67, 2019/06/28 13:35:00 version 1.68, 2023/01/05 00:00:44
Line 43 
Line 43 
 struct excludes *excludes_list;  struct excludes *excludes_list;
 regex_t  ignore_re;  regex_t  ignore_re;
   
 #define OPTIONS "0123456789abC:cdD:efhI:iL:lnNPpqrS:sTtU:uwX:x:"  #define OPTIONS "0123456789abC:cdD:efhI:iL:nNPpqrS:sTtU:uwX: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.67  
changed lines
  Added in v.1.68