xref: /dragonfly/usr.bin/patch/pathnames.h (revision 5153f92b)
1 /*
2  * $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $
3  * $DragonFly: src/usr.bin/patch/pathnames.h,v 1.1 2004/09/24 18:44:28 joerg Exp $
4  */
5 
6 /*
7  * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
8  * on July 29, 2003.
9  */
10 
11 #include <paths.h>
12 
13 #define	_PATH_ED		"/bin/ed"
14 #define	_PATH_MKDIR		"/bin/mkdir"
15