diff options
Diffstat (limited to 'sysdep/linux/netlink/netlink.c')
-rw-r--r-- | sysdep/linux/netlink/netlink.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdep/linux/netlink/netlink.c b/sysdep/linux/netlink/netlink.c index 57e1899..0849e79 100644 --- a/sysdep/linux/netlink/netlink.c +++ b/sysdep/linux/netlink/netlink.c @@ -25,18 +25,6 @@ #include "lib/krt.h" #include "lib/socket.h" -/* - * We need to work around namespace conflicts between us and the kernel, - * but I prefer this way to being forced to rename our configuration symbols. - * This will disappear as soon as netlink headers become part of the libc. - */ - -#undef CONFIG_NETLINK -#include <linux/config.h> -#ifndef CONFIG_NETLINK -#error "Kernel not configured to support netlink" -#endif - #include <asm/types.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> |