--- linux-2.4.1-pre2-rfs-i/arch/i386/kernel/i386_ksyms.c~ Thu Dec 7 06:00:12 2000 +++ linux-2.4.1-pre2-rfs-i/arch/i386/kernel/i386_ksyms.c Fri Jan 12 01:58:37 2001 @@ -71,6 +71,8 @@ EXPORT_SYMBOL(apm_info); EXPORT_SYMBOL(gdt); +EXPORT_SYMBOL(mmu_cr4_features); + EXPORT_SYMBOL_NOVERS(__down_failed); EXPORT_SYMBOL_NOVERS(__down_failed_interruptible); EXPORT_SYMBOL_NOVERS(__down_failed_trylock); --- linux/net/sunrpc/sunrpc_syms.c~ Sat Apr 22 01:08:52 2000 +++ linux/net/sunrpc/sunrpc_syms.c Fri Jan 12 01:50:10 2001 @@ -36,6 +36,7 @@ EXPORT_SYMBOL(rpciod_up); EXPORT_SYMBOL(rpc_new_task); EXPORT_SYMBOL(rpc_wake_up_status); +EXPORT_SYMBOL(rpc_release_task); /* RPC client functions */ EXPORT_SYMBOL(rpc_create_client); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/