summaryrefslogtreecommitdiff
path: root/usr.bin/patch/common.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2015-07-24 18:56:44 +0000
committerchristos <christos@NetBSD.org>2015-07-24 18:56:44 +0000
commit8bd8c20abd657dafcb15a551c7efd467b5d4f95a (patch)
tree2b0c476886cd57f77792cbd478069b66c1e80eb7 /usr.bin/patch/common.h
parent00cedc97e3954cc63306fd3f8aa86c00bb536530 (diff)
Use absolute paths for RCS commands (Martin Natano)
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r--usr.bin/patch/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h
index 21bee5632eb..c19d43b92ca 100644
--- a/usr.bin/patch/common.h
+++ b/usr.bin/patch/common.h
@@ -1,7 +1,7 @@
/*
* $OpenBSD: common.h,v 1.26 2006/03/11 19:41:30 otto Exp $
* $DragonFly: src/usr.bin/patch/common.h,v 1.5 2008/08/10 23:50:12 joerg Exp $
- * $NetBSD: common.h,v 1.20 2014/11/26 00:31:32 christos Exp $
+ * $NetBSD: common.h,v 1.21 2015/07/24 18:56:44 christos Exp $
*/
/*
@@ -50,8 +50,8 @@
#define SCCSDIFF "get -p %s | diff - %s >/dev/null"
#define RCSSUFFIX ",v"
-#define CHECKOUT "co -l %s"
-#define RCSDIFF "rcsdiff %s > /dev/null"
+#define CHECKOUT "/usr/bin/co"
+#define RCSDIFF "/usr/bin/rcsdiff"
#define ORIGEXT ".orig"
#define REJEXT ".rej"