[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02041) Mobile IPv6



Small patch to fix build error.

--- netsyms.c~	2002-12-28 02:14:27.000000000 +0900
+++ netsyms.c	2002-12-28 02:14:44.000000000 +0900
@@ -710,7 +710,7 @@
 EXPORT_SYMBOL(wireless_send_event);
 #endif /* CONFIG_NET_RADIO || CONFIG_NET_PCMCIA_RADIO */
 
-#ifdef CONFIG_IPV6_MOBILITY_MODULE
+#if defined(CONFIG_IPV6_MOBILITY) || defined(CONFIG_IPV6_MOBILITY_MODULE)
 int home_preferred = 0;
 EXPORT_SYMBOL(home_preferred);
 #endif