=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/patch/common.h 2014/11/25 10:26:07 1.28 --- src/usr.bin/patch/common.h 2015/07/26 14:32:19 1.29 *************** *** 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 --- 1,4 ---- ! /* $OpenBSD: common.h,v 1.29 2015/07/26 14:32:19 millert Exp $ */ /* * patch - a program to apply diffs to original files *************** *** 40,49 **** #define MAXLINELEN 8192 #define BUFFERSIZE 1024 #define LINENUM_MAX LONG_MAX - - #define RCSSUFFIX ",v" - #define CHECKOUT "co -l %s" - #define RCSDIFF "rcsdiff %s > /dev/null" #define ORIGEXT ".orig" #define REJEXT ".rej" --- 40,45 ----