757e83288a
Change-Id: Ibc356c932693729ebf86cc4cc51aeca65163af9b
14 lines
372 B
C
14 lines
372 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 2008/09/19 18:33:34 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"
|