summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/pathnames.h
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-08-01 20:45:54 +0000
committergad <gad@FreeBSD.org>2004-08-01 20:45:54 +0000
commit278fb1a5b03afd90c559d3c6ea91fa325b05b245 (patch)
tree4dfc5f08ffa0e4682af5a54daaf205d139c125ee /usr.bin/patch/pathnames.h
parent75f4088eb71e33df49f38e40409a74ea045e3ed8 (diff)
downloadFreeBSD-src-278fb1a5b03afd90c559d3c6ea91fa325b05b245.zip
FreeBSD-src-278fb1a5b03afd90c559d3c6ea91fa325b05b245.tar.gz
Import of a BSD-licensed version of `patch', which will eventually
replace the version we currently have in src/gnu/usr.bin/patch/. Among other things, this version includes a --posix option for strict POSIX conformance. This version is the current source from OpenBSD as of today. It is their 3.5-release, plus a few updates to patch.c and pch.c that they made about three weeks ago.
Diffstat (limited to 'usr.bin/patch/pathnames.h')
-rw-r--r--usr.bin/patch/pathnames.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/patch/pathnames.h b/usr.bin/patch/pathnames.h
new file mode 100644
index 0000000..397e3fa
--- /dev/null
+++ b/usr.bin/patch/pathnames.h
@@ -0,0 +1,11 @@
+/* $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $ */
+
+/*
+ * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
+ * on July 29, 2003.
+ */
+
+#include <paths.h>
+
+#define _PATH_ED "/bin/ed"
+#define _PATH_MKDIR "/bin/mkdir"
OpenPOWER on IntegriCloud