diff options
Diffstat (limited to 'usr.bin/patch/pathnames.h')
-rw-r--r-- | usr.bin/patch/pathnames.h | 11 |
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 000000000000..4d4672fd83f2 --- /dev/null +++ b/usr.bin/patch/pathnames.h @@ -0,0 +1,11 @@ +/*- + * 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 $ + */ + + +#include <paths.h> + +#define _PATH_RED "/bin/red" |