]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
This commit was manufactured by cvs2git to create branch 'LINUX_2_6_11'.
authorcvs2git <feedback@pld-linux.org>
Tue, 15 Mar 2005 13:29:08 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2005-03-15 13:29:08 UTC cieciwa <cieciwa@pld-linux.org> '- fast fix for tc/f_u32.c':
    iproute2-tc-fix.patch -> 1.1

iproute2-tc-fix.patch [new file with mode: 0644]

diff --git a/iproute2-tc-fix.patch b/iproute2-tc-fix.patch
new file mode 100644 (file)
index 0000000..3779cb9
--- /dev/null
@@ -0,0 +1,25 @@
+--- iproute2-2.6.11/tc/f_u32.c.org     2005-03-14 23:23:54.000000000 +0100
++++ iproute2-2.6.11/tc/f_u32.c 2005-03-15 14:25:55.159534816 +0100
+@@ -22,6 +22,8 @@
+ #include <string.h>
+ #include <linux/if.h>
++# include <asm/types.h>
++
+ #include "utils.h"
+ #include "tc_util.h"
+@@ -591,6 +593,13 @@
+       return res;
+ }
++struct tc_u32_mark
++{
++        unsigned int             val;
++        unsigned int             mask;
++        unsigned int             success;
++}     tc_u32_mark;
++
+ static int parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n)
+ {
+       int res = -1;
This page took 1.018698 seconds and 4 git commands to generate.