summaryrefslogtreecommitdiffstats
path: root/base/libnl/01-missing_declaration.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 21:37:36 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 21:37:36 +0100
commitbeb47d3f1fe5e73929d42ec1490acdf85eb6b0b8 (patch)
treef0c3c31f645a154cc1c0184e3acdd5144947df89 /base/libnl/01-missing_declaration.patch
parent6d1dfc9b5e483ec9690fde1c12a6607722e60325 (diff)
downloadnutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.gz
nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.bz2
nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.xz
nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.zip
libnl, déplacé dans base
Diffstat (limited to 'base/libnl/01-missing_declaration.patch')
-rw-r--r--base/libnl/01-missing_declaration.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/base/libnl/01-missing_declaration.patch b/base/libnl/01-missing_declaration.patch
new file mode 100644
index 000000000..f9301b4bc
--- /dev/null
+++ b/base/libnl/01-missing_declaration.patch
@@ -0,0 +1,13 @@
+--- libnl-1.0/lib/route/link/vlan.c.orig 2008-01-16 22:59:21.000000000 -0800
++++ libnl-1.0/lib/route/link/vlan.c 2008-01-16 22:59:36.000000000 -0800
+@@ -27,6 +27,9 @@
+ #include <netlink/route/link/vlan.h>
+
+ #include <linux/if_vlan.h>
++#ifndef VLAN_FLAG_REORDER_HDR
++#define VLAN_FLAG_REORDER_HDR 0x01
++#endif
+
+ /** @cond SKIP */
+ #define VLAN_HAS_ID (1<<0)
+