e9de7357d7
OpenBSD changes as nbpatch-20080910. This package is intended to replace devel/patch as dependency for the infrastructure. GNU patch has issues both with very long lines and with asymmetric context, making it impossible to use in some situations.
14 lines
376 B
C
14 lines
376 B
C
/*
|
|
* $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 $
|
|
* $NetBSD: pathnames.h,v 1.1.1.1 2008/09/10 11:03:21 joerg Exp $
|
|
*/
|
|
|
|
/*
|
|
* Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
|
|
* on July 29, 2003.
|
|
*/
|
|
|
|
#include <paths.h>
|
|
|
|
#define _PATH_ED "/bin/ed"
|