aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/udev.c b/udev.c
index de6b6565..bf170d16 100644
--- a/udev.c
+++ b/udev.c
@@ -30,6 +30,7 @@
#include "udev.h"
#include "udev_version.h"
+#include "namedev.h"
static char *get_action(void)
@@ -262,6 +263,8 @@ int main(int argc, char *argv[])
goto exit;
}
+ namedev_init();
+
/* sleep for a second or two to give the kernel a chance to
* create the dev file
*/