view sources/patches/linux-fixuClibc.patch @ 1677:c11a357ea92d

Second attempt: make dynamic linker match libc in ccwrap. Building uClibc requires the wrapper, so we can't have the wrapper look for and _existing_ dynamic linker, so the wrapper script has to check the config.
author Rob Landley <rob@landley.net>
date Sun, 24 Aug 2014 22:23:05 -0500
parents 440467007574
children
line wrap: on
line source

Fix uClibc build break

diff --git a/include/uapi/linux/netlink.h b/include/uapi/linux/netlink.h
index 1a85940..e294c77 100644
--- a/include/uapi/linux/netlink.h
+++ b/include/uapi/linux/netlink.h
@@ -1,7 +1,6 @@
 #ifndef _UAPI__LINUX_NETLINK_H
 #define _UAPI__LINUX_NETLINK_H
 
-#include <linux/kernel.h>
 #include <linux/socket.h> /* for __kernel_sa_family_t */
 #include <linux/types.h>