aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-17 10:54:17 +0000
committerRob Landley <rob@landley.net>2005-12-17 10:54:17 +0000
commit9bdd742dd2f5fda08e6431ee58b15e1923fb3f64 (patch)
tree90e1914a6030406e1d5b33b336270a161af8d927 /util-linux
parentb56c285da56b26d9dae57b20477554dbdb33e460 (diff)
downloadbusybox-9bdd742dd2f5fda08e6431ee58b15e1923fb3f64.tar.gz
Sigh. Left the debug path in. Fixed.
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mdev.c2
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>