1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

[PATCH] #define NETLINK_KOBJECT_UEVENT

On many systems the system kernel headers are not recent enough to
compile udev.
This commit is contained in:
Marco d'Itri 2005-06-23 00:28:54 +02:00 committed by Greg Kroah-Hartman
parent 4d8c16072a
commit a105fe495b

View File

@ -48,6 +48,10 @@
#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;