[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.19 and 1.20

version 1.19, 2003/07/09 00:39:25 version 1.20, 2003/07/21 21:57:22
Line 59 
Line 59 
 #define D_BINARY        2       /* Binary files are different */  #define D_BINARY        2       /* Binary files are different */
 #define D_COMMON        3       /* Subdirectory common to both dirs */  #define D_COMMON        3       /* Subdirectory common to both dirs */
 #define D_ONLY          4       /* Only exists in one directory */  #define D_ONLY          4       /* Only exists in one directory */
 #define D_MISMATCH      5       /* One path was a dir, the other a file */  #define D_MISMATCH1     5       /* path1 was a dir, path2 a file */
 #define D_ERROR         6       /* An error ocurred */  #define D_MISMATCH2     6       /* path1 was a file, path2 a dir */
   #define D_ERROR         7       /* An error ocurred */
   
 struct excludes {  struct excludes {
         char *pattern;          char *pattern;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20