diff options
-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 | ||