[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / patch

Annotation of src/usr.bin/patch/pathnames.h, Revision 1.1

1.1     ! millert     1: /*     $OpenBSD: pathnames.h,v 1.10 2003/07/09 00:07:44 millert Exp $  */
        !             2:
        !             3: /*
        !             4:  * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
        !             5:  * on July 29, 2003.
        !             6:  */
        !             7:
        !             8: #include <paths.h>
        !             9:
        !            10: #define        _PATH_ED                "/bin/ed"
        !            11: #define        _PATH_MKDIR             "/bin/mkdir"