]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2-tc-fix.patch
This commit was manufactured by cvs2git to create branch 'LINUX_2_6_11'.
[packages/iproute2.git] / iproute2-tc-fix.patch
CommitLineData
c7f961c8 1--- iproute2-2.6.11/tc/f_u32.c.org 2005-03-14 23:23:54.000000000 +0100
2+++ iproute2-2.6.11/tc/f_u32.c 2005-03-15 14:25:55.159534816 +0100
3@@ -22,6 +22,8 @@
4 #include <string.h>
5 #include <linux/if.h>
6
7+# include <asm/types.h>
8+
9 #include "utils.h"
10 #include "tc_util.h"
11
12@@ -591,6 +593,13 @@
13 return res;
14 }
15
16+struct tc_u32_mark
17+{
18+ unsigned int val;
19+ unsigned int mask;
20+ unsigned int success;
21+} tc_u32_mark;
22+
23 static int parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n)
24 {
25 int res = -1;
This page took 0.121656 seconds and 4 git commands to generate.