--- ./net/ipv4/devinet.c.orig Sun Sep 6 19:42:15 1998 +++ ./net/ipv4/devinet.c Sun Sep 6 19:42:48 1998 @@ -208,10 +208,12 @@ { struct in_ifaddr *ifa1, **ifap, **last_primary; +#if 0 if (ifa->ifa_local == 0) { inet_free_ifa(ifa); return 0; } +#endif ifa->ifa_flags &= ~IFA_F_SECONDARY; last_primary = &in_dev->ifa_list; --- ./drivers/sound/sb_common.c.orig Mon Sep 7 22:38:28 1998 +++ ./drivers/sound/sb_common.c Mon Sep 7 22:41:31 1998 @@ -694,7 +694,7 @@ return 1; } -static int sb_dsp_init(struct address_info *hw_config) +int sb_dsp_init(struct address_info *hw_config) { sb_devc *devc; char name[100]; @@ -1352,4 +1352,11 @@ { } #endif + + +EXPORT_SYMBOL(sb_dsp_init); +EXPORT_SYMBOL(sb_dsp_detect); +EXPORT_SYMBOL(sb_dsp_unload); +EXPORT_SYMBOL(sb_dsp_disable_midi); + #endif --- ./drivers/sound/sb_card.c.orig Mon Sep 7 22:39:41 1998 +++ ./drivers/sound/sb_card.c Mon Sep 7 22:41:34 1998 @@ -148,10 +148,6 @@ #endif #endif -EXPORT_SYMBOL(sb_dsp_init); -EXPORT_SYMBOL(sb_dsp_detect); -EXPORT_SYMBOL(sb_dsp_unload); -EXPORT_SYMBOL(sb_dsp_disable_midi); EXPORT_SYMBOL(attach_sb_card); EXPORT_SYMBOL(probe_sb); EXPORT_SYMBOL(unload_sb);