diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-17 10:54:17 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-17 10:54:17 +0000 |
commit | d926c56cc1044e9d4bd1f1f41c0df380d0bfbfc9 (patch) | |
tree | 90e1914a6030406e1d5b33b336270a161af8d927 | |
parent | 038cf7484e36ad46259e75ab9ac9a19d194e8a01 (diff) | |
download | busybox-w32-d926c56cc1044e9d4bd1f1f41c0df380d0bfbfc9.tar.gz busybox-w32-d926c56cc1044e9d4bd1f1f41c0df380d0bfbfc9.tar.bz2 busybox-w32-d926c56cc1044e9d4bd1f1f41c0df380d0bfbfc9.zip |
Sigh. Left the debug path in. Fixed.
git-svn-id: svn://busybox.net/trunk/busybox@12946 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | ||