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-w32-9bdd742dd2f5fda08e6431ee58b15e1923fb3f64.tar.gz busybox-w32-9bdd742dd2f5fda08e6431ee58b15e1923fb3f64.tar.bz2 busybox-w32-9bdd742dd2f5fda08e6431ee58b15e1923fb3f64.zip |
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 @@ | |||
21 | #include "busybox.h" | 21 | #include "busybox.h" |
22 | #include "xregex.h" | 22 | #include "xregex.h" |
23 | 23 | ||
24 | #define DEV_PATH "/tmp/dev" | 24 | #define DEV_PATH "/dev" |
25 | 25 | ||
26 | #include <busybox.h> | 26 | #include <busybox.h> |
27 | 27 | ||