diff options
author | 2014-11-22 15:49:28 +0000 | |
---|---|---|
committer | 2014-11-22 15:49:28 +0000 | |
commit | 0529800e5c2e8fb03b38b8f58e001fc7868b25de (patch) | |
tree | aea5b5983c0826bf2af3450bbed18b65cd280391 /usr.bin/patch/common.h | |
parent | Switch to using MI installboot, after a conversation with stsp. He will (diff) | |
download | wireguard-openbsd-0529800e5c2e8fb03b38b8f58e001fc7868b25de.tar.xz wireguard-openbsd-0529800e5c2e8fb03b38b8f58e001fc7868b25de.zip |
Remove SCCS support. For this to work, we would need "get", which we don't
even have in ports. XSI functionality of POSIX, therefore optional.
ok deraadt, schwarze, tedu
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" |