summaryrefslogtreecommitdiffstats
path: root/base/libnl/01-missing_declaration.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 22:24:59 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 22:24:59 +0200
commit5d64b53f230d69ada208f743582592007b3eb956 (patch)
tree4f0e2fb533870b153e9b71e8371229ac8fe0248a /base/libnl/01-missing_declaration.patch
parent71f270e65ce8168acd45fced404830f28a113022 (diff)
downloadnutyx-extra-5d64b53f230d69ada208f743582592007b3eb956.tar.gz
nutyx-extra-5d64b53f230d69ada208f743582592007b3eb956.tar.bz2
nutyx-extra-5d64b53f230d69ada208f743582592007b3eb956.tar.xz
nutyx-extra-5d64b53f230d69ada208f743582592007b3eb956.zip
libnl, port nettoyé
Diffstat (limited to 'base/libnl/01-missing_declaration.patch')
-rw-r--r--base/libnl/01-missing_declaration.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/libnl/01-missing_declaration.patch b/base/libnl/01-missing_declaration.patch
deleted file mode 100644
index f9301b4bc..000000000
--- a/base/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)
-