diff options
author | 2015-07-26 14:32:19 +0000 | |
---|---|---|
committer | 2015-07-26 14:32:19 +0000 | |
commit | 7e39cfac2ffac0c42ec7ef4100e19088ac5f4af2 (patch) | |
tree | 2d7ea5a813fbdd46b68a3014934762a3392e2b5d /usr.bin/patch/common.h | |
parent | Fix ba# attribute in rdroot entry. It should be 4096 (a valid size for (diff) | |
download | wireguard-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.h | 6 |
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" |