changeset 1612:440467007574

You have to "hg add" before you can "hg commit" and it's REALLY embarassing that I didn't do that. Time for a brown paper bag release...
author Rob Landley <rob@landley.net>
date Mon, 08 Jul 2013 19:56:51 -0500
parents a1937853ee03
children 5e76b1ac1e6c
files sources/patches/linux-fixuClibc.patch
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/linux-fixuClibc.patch	Mon Jul 08 19:56:51 2013 -0500
@@ -0,0 +1,14 @@
+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>
+