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

Diff for /src/usr.bin/patch/common.h between version 1.25 and 1.26

version 1.25, 2003/10/31 20:20:45 version 1.26, 2006/03/11 19:41:30
Line 26 
Line 26 
  * behaviour   * behaviour
  */   */
   
   #include <sys/types.h>
   
 #include <stdbool.h>  #include <stdbool.h>
   
 #define DEBUGGING  #define DEBUGGING
Line 61 
Line 63 
   
 /* globals */  /* globals */
   
 extern int      filemode;  extern mode_t   filemode;
   
 extern char     buf[MAXLINELEN];/* general purpose buffer */  extern char     buf[MAXLINELEN];/* general purpose buffer */
   

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