]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-sysctl-ipv6.patch
- added description of djurban's branch
[packages/kernel.git] / kernel-sysctl-ipv6.patch
1 diff -ur linux-2.2.18-/net/netsyms.c linux-2.2.18/net/netsyms.c
2 --- linux-2.2.18-/net/netsyms.c Thu Jun 21 13:32:57 2001
3 +++ linux-2.2.18/net/netsyms.c  Thu Jun 21 13:33:31 2001
4 @@ -101,8 +101,9 @@
5  #include <net/sock.h>
6  #endif
7  
8 -#ifdef CONFIG_SYSCTL
9  extern int sysctl_max_syn_backlog;
10 +
11 +#ifdef CONFIG_SYSCTL
12  extern int sysctl_ip_always_defrag;
13  #endif
14  
15 @@ -365,8 +366,9 @@
16  EXPORT_SYMBOL(dev_loopback_xmit);
17  EXPORT_SYMBOL(tcp_regs);
18  
19 -#ifdef CONFIG_SYSCTL
20  EXPORT_SYMBOL(sysctl_max_syn_backlog);
21 +
22 +#ifdef CONFIG_SYSCTL
23  EXPORT_SYMBOL(sysctl_ip_always_defrag);
24  #endif
25  #endif
This page took 0.174995 seconds and 3 git commands to generate.