diff options
Diffstat (limited to 'udev.c')
-rw-r--r-- | udev.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |