diff options
Diffstat (limited to 'usr.bin/patch/common.h')
| -rw-r--r-- | usr.bin/patch/common.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index 57b6614d7d0..51649b1aad8 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.26 2006/03/11 19:41:30 otto Exp $ */ +/* $OpenBSD: common.h,v 1.27 2014/11/22 15:49:28 tobias Exp $ */ /* * patch - a program to apply diffs to original files @@ -39,10 +39,6 @@ #define MAXLINELEN 8192 #define BUFFERSIZE 1024 -#define SCCSPREFIX "s." -#define GET "get -e %s" -#define SCCSDIFF "get -p %s | diff - %s >/dev/null" - #define RCSSUFFIX ",v" #define CHECKOUT "co -l %s" #define RCSDIFF "rcsdiff %s > /dev/null" |
