=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.28 retrieving revision 1.28.2.1 diff -u -r1.28 -r1.28.2.1 --- src/usr.bin/patch/common.h 2014/11/25 10:26:07 1.28 +++ src/usr.bin/patch/common.h 2015/07/27 16:10:54 1.28.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.28 2014/11/25 10:26:07 tobias Exp $ */ +/* $OpenBSD: common.h,v 1.28.2.1 2015/07/27 16:10:54 krw Exp $ */ /* * patch - a program to apply diffs to original files @@ -40,10 +40,6 @@ #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"