[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.24 and 1.25

version 1.24, 2003/10/07 23:37:27 version 1.25, 2003/11/09 20:13:57
Line 61 
Line 61 
 #define D_ONLY          4       /* Only exists in one directory */  #define D_ONLY          4       /* Only exists in one directory */
 #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 ocurred */  #define D_ERROR         7       /* An error occurred */
   
 struct excludes {  struct excludes {
         char *pattern;          char *pattern;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25