mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
Use kernel headers for netlink definitions
This commit is contained in:
parent
02f9c6cfe2
commit
432d41ceec
@ -1,3 +1,7 @@
|
||||
2011-11-01 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
|
||||
|
||||
2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
|
||||
|
@ -34,7 +34,8 @@
|
||||
#include <unistd.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifdef HAVE_NETLINK
|
||||
# include <netlink/netlink.h>
|
||||
# include <linux/netlink.h>
|
||||
# include <linux/rtnetlink.h>
|
||||
#endif
|
||||
#ifdef HAVE_EPOLL
|
||||
# include <sys/epoll.h>
|
||||
|
Loading…
Reference in New Issue
Block a user