patch-2.3.51 linux/net/netsyms.c

Next file: linux/net/sysctl_net.c
Previous file: linux/net/ipv6/tcp_ipv6.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.50/linux/net/netsyms.c linux/net/netsyms.c
@@ -216,8 +216,10 @@
 
 #if defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
 EXPORT_SYMBOL(br_handle_frame_hook);
+#ifdef CONFIG_INET
 EXPORT_SYMBOL(br_ioctl_hook);
 #endif
+#endif
 
 #ifdef CONFIG_INET
 /* Internet layer registration */
@@ -534,7 +536,9 @@
 #ifdef CONFIG_SYSCTL
 EXPORT_SYMBOL(sysctl_wmem_max);
 EXPORT_SYMBOL(sysctl_rmem_max);
+#ifdef CONFIG_INET
 EXPORT_SYMBOL(sysctl_ip_default_ttl);
+#endif
 #endif
 
 #if defined(CONFIG_ATALK) || defined(CONFIG_ATALK_MODULE) 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)