chiark / gitweb /
add NETLINK define for the lazy distros
[elogind.git] / udevd.c
diff --git a/udevd.c b/udevd.c
index be401bec308ca48cb8bedaad941399c8f2c872cc..fa14c56073cfd042c7912861cc08d7bdd9c3670e 100644 (file)
--- a/udevd.c
+++ b/udevd.c
 #include "udevd.h"
 #include "logging.h"
 
 #include "udevd.h"
 #include "logging.h"
 
-#ifndef NETLINK_KOBJECT_UEVENT
-#define NETLINK_KOBJECT_UEVENT 15
-#endif
-
 /* global variables*/
 static int udevd_sock;
 static int uevent_netlink_sock;
 /* global variables*/
 static int udevd_sock;
 static int uevent_netlink_sock;