aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/common.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-07-28 19:58:36 +0000
committerXin LI <delphij@FreeBSD.org>2015-07-28 19:58:36 +0000
commit1e3e581593b6484569a2e6570329db4e2306f6cf (patch)
treeee44518628b81b5384337ab1aa87592d867f8d82 /usr.bin/patch/common.h
parentab97207add168c4c49af857447682101524f9deb (diff)
Notes
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r--usr.bin/patch/common.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h
index 8963c8343a10..f33abcfd79e2 100644
--- a/usr.bin/patch/common.h
+++ b/usr.bin/patch/common.h
@@ -43,12 +43,10 @@
#define LINENUM_MAX LONG_MAX
#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"
+#define CHECKOUT "/usr/bin/co"
+#define RCSDIFF "/usr/bin/rcsdiff"
#define ORIGEXT ".orig"
#define REJEXT ".rej"