diff options
Diffstat (limited to 'util-linux/mdev.c')
-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> |