summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libnl/libnl1-1.1/fix-ucred-declaration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libnl/libnl1-1.1/fix-ucred-declaration.patch')
-rw-r--r--meta-oe/recipes-support/libnl/libnl1-1.1/fix-ucred-declaration.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-support/libnl/libnl1-1.1/fix-ucred-declaration.patch b/meta-oe/recipes-support/libnl/libnl1-1.1/fix-ucred-declaration.patch
deleted file mode 100644
index e31b18e5a..000000000
--- a/meta-oe/recipes-support/libnl/libnl1-1.1/fix-ucred-declaration.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1diff -pruN libnl-1.1.orig/include/netlink/handlers.h libnl-1.1/include/netlink/handlers.h
2--- libnl-1.1.orig/include/netlink/handlers.h 2008-01-14 18:48:45.000000000 +0300
3+++ libnl-1.1/include/netlink/handlers.h 2011-04-12 19:23:16.603292527 +0400
4@@ -120,6 +120,7 @@ extern struct nl_cb * nl_cb_alloc(enum n
5 extern struct nl_cb * nl_cb_clone(struct nl_cb *);
6 extern struct nl_cb * nl_cb_get(struct nl_cb *);
7 extern void nl_cb_put(struct nl_cb *);
8+struct ucred;
9
10 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind,
11 nl_recvmsg_msg_cb_t, void *);
12diff -pruN libnl-1.1.orig/include/netlink/netlink.h libnl-1.1/include/netlink/netlink.h
13--- libnl-1.1.orig/include/netlink/netlink.h 2008-01-14 18:48:45.000000000 +0300
14+++ libnl-1.1/include/netlink/netlink.h 2011-04-12 19:23:51.370292658 +0400
15@@ -50,6 +50,8 @@ extern int nl_send_auto_complete(struc
16 extern int nl_send_simple(struct nl_handle *, int, int,
17 void *, size_t);
18
19+struct ucred;
20+
21 /* Receive */
22 extern int nl_recv(struct nl_handle *,
23 struct sockaddr_nl *, unsigned char **,