From 50319299c785ca8e16bcc625b3000764d7e42708 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 11 Aug 2008 00:04:12 +0000 Subject: [PATCH] _PATH_MKDIR is unused, nuke it. --- usr.bin/patch/pathnames.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/patch/pathnames.h b/usr.bin/patch/pathnames.h index 241760a4d8..247142abf4 100644 --- a/usr.bin/patch/pathnames.h +++ b/usr.bin/patch/pathnames.h @@ -1,6 +1,6 @@ /* * $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $ - * $DragonFly: src/usr.bin/patch/pathnames.h,v 1.1 2004/09/24 18:44:28 joerg Exp $ + * $DragonFly: src/usr.bin/patch/pathnames.h,v 1.2 2008/08/11 00:04:12 joerg Exp $ */ /* @@ -11,4 +11,3 @@ #include #define _PATH_ED "/bin/ed" -#define _PATH_MKDIR "/bin/mkdir" -- 2.11.4.GIT