From 07fa064b99653eb675470b2dbab9db0ce7c98803 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 20 Jun 2003 22:50:33 +0000 Subject: [PATCH] Remove _PATH_DEVDB --- include/paths.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/paths.h b/include/paths.h index 2e90cc563d78..4b2d8193f48d 100644 --- a/include/paths.h +++ b/include/paths.h @@ -53,7 +53,6 @@ #define _PATH_CP "/bin/cp" #define _PATH_CSHELL "/bin/csh" #define _PATH_DEFTAPE "/dev/sa0" -#define _PATH_DEVDB "/var/run/dev.db" #define _PATH_DEVNULL "/dev/null" #define _PATH_DEVZERO "/dev/zero" #define _PATH_DRUM "/dev/drum"