]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.0-t11-misc.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / 2.6.0-t11-misc.patch
1 diff -Nur linux-2.6.0-test11.org/fs/jffs/intrep.c linux-2.6.0-test11/fs/jffs/intrep.c
2 --- linux-2.6.0-test11.org/fs/jffs/intrep.c     2003-11-26 21:44:24.000000000 +0100
3 +++ linux-2.6.0-test11/fs/jffs/intrep.c 2003-12-13 22:21:25.958506776 +0100
4 @@ -3431,3 +3431,6 @@
5                 up(&fmc->biglock);
6         } /* for (;;) */
7  } /* jffs_garbage_collect_thread() */
8 +
9 +EXPORT_SYMBOL(set_special_pids);
10 +
11 diff -Nur linux-2.6.0-test11.org/net/ipv4/netfilter/ip_pool.c linux-2.6.0-test11/net/ipv4/netfilter/ip_pool.c
12 --- linux-2.6.0-test11.org/net/ipv4/netfilter/ip_pool.c 2003-12-13 22:22:33.500238872 +0100
13 +++ linux-2.6.0-test11/net/ipv4/netfilter/ip_pool.c     2003-12-13 21:33:06.000000000 +0100
14 @@ -330,3 +330,7 @@
15  
16  module_init(init);
17  module_exit(fini);
18 +
19 +EXPORT_SYMBOL(ip_pool_match);
20 +EXPORT_SYMBOL(ip_pool_mod);
21 +
22 diff -Nur linux-2.6.0-test11.org/net/ipv4/netfilter/Makefile linux-2.6.0-test11/net/ipv4/netfilter/Makefile
23 --- linux-2.6.0-test11.org/net/ipv4/netfilter/Makefile  2003-12-13 22:22:33.604223064 +0100
24 +++ linux-2.6.0-test11/net/ipv4/netfilter/Makefile      2003-12-13 21:33:26.000000000 +0100
25 @@ -36,7 +36,7 @@
26  obj-$(CONFIG_IP_NF_NAT_RTSP) += ip_nat_rtsp.o
27  
28  obj-$(CONFIG_IP_NF_QUAKE3) += ip_conntrack_quake3.o
29 -obj-$(CONFIG_IP_NF_PPTP) += ip_conntrack_pptp.o
30 +obj-$(CONFIG_IP_NF_PPTP) += ip_conntrack_pptp.o ip_conntrack_proto_gre.o
31  obj-$(CONFIG_IP_NF_MMS) += ip_conntrack_mms.o
32  obj-$(CONFIG_IP_NF_AMANDA) += ip_conntrack_amanda.o
33  obj-$(CONFIG_IP_NF_TFTP) += ip_conntrack_tftp.o
This page took 0.035866 seconds and 3 git commands to generate.