From d926c56cc1044e9d4bd1f1f41c0df380d0bfbfc9 Mon Sep 17 00:00:00 2001 From: landley Date: Sat, 17 Dec 2005 10:54:17 +0000 Subject: Sigh. Left the debug path in. Fixed. git-svn-id: svn://busybox.net/trunk/busybox@12946 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/mdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 688100c3a..830939b92 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -21,7 +21,7 @@ #include "busybox.h" #include "xregex.h" -#define DEV_PATH "/tmp/dev" +#define DEV_PATH "/dev" #include -- cgit v1.2.3-55-g6feb