diff options
author | Rob Landley <rob@landley.net> | 2005-12-17 10:54:17 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-12-17 10:54:17 +0000 |
commit | 9bdd742dd2f5fda08e6431ee58b15e1923fb3f64 (patch) | |
tree | 90e1914a6030406e1d5b33b336270a161af8d927 | |
parent | b56c285da56b26d9dae57b20477554dbdb33e460 (diff) | |
download | busybox-9bdd742dd2f5fda08e6431ee58b15e1923fb3f64.tar.gz |
Sigh. Left the debug path in. Fixed.
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <busybox.h> |