=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/patch/common.h 2014/11/22 15:49:28 1.27 --- src/usr.bin/patch/common.h 2014/11/25 10:26:07 1.28 *************** *** 1,4 **** ! /* $OpenBSD: common.h,v 1.27 2014/11/22 15:49:28 tobias Exp $ */ /* * patch - a program to apply diffs to original files --- 1,4 ---- ! /* $OpenBSD: common.h,v 1.28 2014/11/25 10:26:07 tobias Exp $ */ /* * patch - a program to apply diffs to original files *************** *** 28,33 **** --- 28,34 ---- #include + #include #include #define DEBUGGING *************** *** 38,43 **** --- 39,45 ---- #define INITHUNKMAX 125 /* initial dynamic allocation size */ #define MAXLINELEN 8192 #define BUFFERSIZE 1024 + #define LINENUM_MAX LONG_MAX #define RCSSUFFIX ",v" #define CHECKOUT "co -l %s"