d992e3eb2a
DragonflyBSD and install it as bsdpatch. WITH_BSD_PATCH makes it default and installs GNU patch as gnupatch. Submitted by: pfg Obtained from: The DragonflyBSD Project
14 lines
323 B
C
14 lines
323 B
C
/* $FreeBSD$ */
|
|
/*-
|
|
* 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 $
|
|
* $DragonFly: src/usr.bin/patch/pathnames.h,v 1.2 2008/08/11 00:04:12 joerg Exp $
|
|
*/
|
|
|
|
|
|
#include <paths.h>
|
|
|
|
#define _PATH_ED "/bin/ed"
|