summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/udevd.h b/udevd.h
index eb516ab65d..43fe6b421a 100644
--- a/udevd.h
+++ b/udevd.h
@@ -21,9 +21,11 @@
*
*/
-#define HOTPLUGMSGTYPE 44
-#define DEFAULT_EXEC_PROGRAM "/sbin/udev"
+#define DEFAULT_UDEV_EXEC "./udev"
+#define DEFAULT_UDEVD_EXEC "./udevd"
+
#define IPC_KEY_ID 0
+#define HOTPLUGMSGTYPE 44
struct hotplug_msg {