summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/common.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2015-07-26 14:32:19 +0000
committermillert <millert@openbsd.org>2015-07-26 14:32:19 +0000
commit7e39cfac2ffac0c42ec7ef4100e19088ac5f4af2 (patch)
tree2d7ea5a813fbdd46b68a3014934762a3392e2b5d /usr.bin/patch/common.h
parentFix ba# attribute in rdroot entry. It should be 4096 (a valid size for (diff)
downloadwireguard-openbsd-7e39cfac2ffac0c42ec7ef4100e19088ac5f4af2.tar.xz
wireguard-openbsd-7e39cfac2ffac0c42ec7ef4100e19088ac5f4af2.zip
Remove support for automatically checking files out of RCS. The
behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r--usr.bin/patch/common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h
index b20f6b21666..78b9b0d047a 100644
--- a/usr.bin/patch/common.h
+++ b/usr.bin/patch/common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: common.h,v 1.28 2014/11/25 10:26:07 tobias Exp $ */
+/* $OpenBSD: common.h,v 1.29 2015/07/26 14:32:19 millert Exp $ */
/*
* patch - a program to apply diffs to original files
@@ -41,10 +41,6 @@
#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"