Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55694
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- net/ipv4/netfilter/ip_tables.c.orig 2004-04-04 05:36:47.000000000 
0
0200
1
++ net/ipv4/netfilter/ip_tables.c      2004-06-24 21:24:26.000000000 
2
0200
Lines 1461-1467 Link Here
1461
               int *hotdrop)
1461
               int *hotdrop)
1462
{
1462
{
1463
       /* tcp.doff is only 4 bits, ie. max 15 * 4 bytes */
1463
       /* tcp.doff is only 4 bits, ie. max 15 * 4 bytes */
1464
       char opt[60 - sizeof(struct tcphdr)];
1464
       u_int8_t opt[60 - sizeof(struct tcphdr)];
1465
       unsigned int i;
1465
       unsigned int i;
1466
1466
1467
       duprintf("tcp_match: finding option\n");
1467
       duprintf("tcp_match: finding option\n");

Return to bug 55694