pathnames.h revision 246074
1/* $FreeBSD: head/usr.bin/patch/pathnames.h 246074 2013-01-29 17:03:18Z gabor $ */
2/*-
3 * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
4 * on July 29, 2003.
5 *
6 * $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $
7 * $DragonFly: src/usr.bin/patch/pathnames.h,v 1.2 2008/08/11 00:04:12 joerg Exp $
8 */
9
10
11#include <paths.h>
12
13#define	_PATH_ED		"/bin/ed"
14