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/util.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/util.h')
-rw-r--r-- | usr.bin/patch/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h index 5cd0ba84057..6404eb21baf 100644 --- a/usr.bin/patch/util.h +++ b/usr.bin/patch/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.16 2014/12/13 10:31:07 tobias Exp $ */ +/* $OpenBSD: util.h,v 1.17 2015/07/26 14:32:19 millert Exp $ */ /* * patch - a program to apply diffs to original files @@ -27,7 +27,6 @@ */ char *fetchname(const char *, bool *, int); -char *checked_in(char *); int backup_file(const char *); int move_file(const char *, const char *); int copy_file(const char *, const char *); |