From: Rob Landley Date: Sat, 17 Dec 2005 10:54:17 +0000 (-0000) Subject: Sigh. Left the debug path in. Fixed. X-Git-Tag: 1_1_0~400 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9bdd742dd2f5fda08e6431ee58b15e1923fb3f64;p=oweals%2Fbusybox.git Sigh. Left the debug path in. Fixed. --- 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