diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:37:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:37:36 +0100 |
commit | beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8 (patch) | |
tree | f0c3c31f645a154cc1c0184e3acdd5144947df89 /extra/libnl/01-missing_declaration.patch | |
parent | 6d1dfc9b5e483ec9690fde1c12a6607722e60325 (diff) | |
download | nutyx-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.patch | 13 |
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) - |