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

Diff for /src/usr.bin/diff/diff.h between version 1.26 and 1.27

version 1.26, 2004/01/07 17:18:32 version 1.27, 2004/03/16 00:40:34
Line 62 
Line 62 
 #define D_MISMATCH1     5       /* path1 was a dir, path2 a file */  #define D_MISMATCH1     5       /* path1 was a dir, path2 a file */
 #define D_MISMATCH2     6       /* path1 was a file, path2 a dir */  #define D_MISMATCH2     6       /* path1 was a file, path2 a dir */
 #define D_ERROR         7       /* An error occurred */  #define D_ERROR         7       /* An error occurred */
   #define D_SKIPPED1      8       /* path1 was a special file */
   #define D_SKIPPED2      9       /* path2 was a special file */
   
 struct excludes {  struct excludes {
         char *pattern;          char *pattern;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27