]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.21-ipt_TRACE-typo.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / linux-2.4.21-ipt_TRACE-typo.patch
1 --- linux-2.4.21/net/ipv4/netfilter/ipt_TRACE.c.orig    2003-08-16 23:49:38.000000000 +0200
2 +++ linux-2.4.21/net/ipv4/netfilter/ipt_TRACE.c 2003-08-16 23:49:50.000000000 +0200
3 @@ -45,7 +45,7 @@
4         .target = target, 
5         .checkentry = checkentry, 
6         .destroy = NULL, 
7 -       .me THIS_MODULE
8 +       .me = THIS_MODULE
9  };
10  
11  static int __init init(void)
This page took 0.094366 seconds and 3 git commands to generate.