annotate sources/patches/linux-fixuClibc.patch @ 1648:c0a10cc8e4e7

Ugly workaround because I just want to get a release out.
author Rob Landley <rob@landley.net>
date Sun, 20 Apr 2014 14:30:56 -0500
parents 440467007574
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
1 Fix uClibc build break
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
2
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
3 diff --git a/include/uapi/linux/netlink.h b/include/uapi/linux/netlink.h
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
4 index 1a85940..e294c77 100644
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
5 --- a/include/uapi/linux/netlink.h
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
6 +++ b/include/uapi/linux/netlink.h
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
7 @@ -1,7 +1,6 @@
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
8 #ifndef _UAPI__LINUX_NETLINK_H
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
9 #define _UAPI__LINUX_NETLINK_H
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
10
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
11 -#include <linux/kernel.h>
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
12 #include <linux/socket.h> /* for __kernel_sa_family_t */
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
13 #include <linux/types.h>
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...
Rob Landley <rob@landley.net>
parents:
diff changeset
14