mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 02:56:51 +07:00
Makefile: fix dependency
This commit is contained in:
parent
22f5934a85
commit
b5adfb4f33
1
Makefile
1
Makefile
@ -59,6 +59,7 @@ PROGRAMS = \
|
||||
|
||||
HEADERS = \
|
||||
udev.h \
|
||||
udevd.h \
|
||||
udev_rules.h \
|
||||
logging.h \
|
||||
udev_libc_wrapper.h \
|
||||
|
@ -137,7 +137,7 @@ static inline int inotify_add_watch(int fd, const char *name, uint32_t mask)
|
||||
#define asmlinkage
|
||||
#endif /* __i386__ */
|
||||
|
||||
/* headers are broken on some lazy platforms */
|
||||
/* headers are broken on some architectures */
|
||||
#ifndef __FD_SET
|
||||
#define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
|
||||
#endif
|
||||
@ -151,9 +151,8 @@ static inline int inotify_add_watch(int fd, const char *name, uint32_t mask)
|
||||
#define __FD_ZERO(set) ((void) memset ((void*) (set), 0, sizeof (fd_set)))
|
||||
#endif
|
||||
|
||||
/* missing in some lazy distros */
|
||||
#ifndef NETLINK_KOBJECT_UEVENT
|
||||
#define NETLINK_KOBJECT_UEVENT 15
|
||||
#define NETLINK_KOBJECT_UEVENT 15
|
||||
#endif
|
||||
|
||||
#ifndef SO_RCVBUFFORCE
|
||||
|
Loading…
Reference in New Issue
Block a user