1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

add NETLINK define for the lazy distros

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2005-08-04 12:24:41 +02:00
parent cfb7ac2b5b
commit 47e353f9b9
3 changed files with 5 additions and 4 deletions

View File

@ -42,6 +42,10 @@
#define __FD_ZERO(set) ((void) memset ((void*) (set), 0, sizeof (fd_set)))
#endif
#ifndef NETLINK_KOBJECT_UEVENT
#define NETLINK_KOBJECT_UEVENT 15
#endif
#include <string.h>
#ifdef __KLIBC__

View File

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

View File

@ -33,6 +33,7 @@
#include "udev.h"
#include "udevd.h"
#include "udev_libc_wrapper.h"
static int uevent_netlink_sock;
static int udev_monitor_sock;