Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-17 13:54:17 +0300
committerRob Landley <rob@landley.net>2005-12-17 13:54:17 +0300
commit9bdd742dd2f5fda08e6431ee58b15e1923fb3f64 (patch)
tree90e1914a6030406e1d5b33b336270a161af8d927 /util-linux/mdev.c
parentb56c285da56b26d9dae57b20477554dbdb33e460 (diff)
Sigh. Left the debug path in. Fixed.
Diffstat (limited to 'util-linux/mdev.c')
-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>