summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/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 'extra/libnl/01-missing_declaration.patch')
-rw-r--r--extra/libnl/01-missing_declaration.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/libnl/01-missing_declaration.patch b/extra/libnl/01-missing_declaration.patch
deleted file mode 100644
index f9301b4bc..000000000
--- a/extra/libnl/01-missing_declaration.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)
-