]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-tc-fix.patch
This commit was manufactured by cvs2git to create branch 'LINUX_2_6_11'.
[packages/iproute2.git] / iproute2-tc-fix.patch
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.069988 seconds and 3 git commands to generate.