diff options
Diffstat (limited to 'usr.bin/patch/pathnames.h')
-rw-r--r-- | usr.bin/patch/pathnames.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/patch/pathnames.h b/usr.bin/patch/pathnames.h new file mode 100644 index 0000000..d31300e --- /dev/null +++ b/usr.bin/patch/pathnames.h @@ -0,0 +1,12 @@ +/*- + * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com> + * on July 29, 2003. + * + * $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $ + * $FreeBSD$ + */ + + +#include <paths.h> + +#define _PATH_ED "/bin/ed" |