From: Andrew Morton grr. - declarations go in headers. - one per line. Cc: Neil Brown Signed-off-by: Andrew Morton --- net/sunrpc/sunrpc_syms.c | 1 + 1 files changed, 1 insertion(+) diff -puN net/sunrpc/sunrpc_syms.c~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-3-fix net/sunrpc/sunrpc_syms.c --- devel/net/sunrpc/sunrpc_syms.c~knfsd-change-the-store-of-auth_domains-to-not-be-a-cache-fix-3-fix 2006-03-10 00:26:47.000000000 -0800 +++ devel-akpm/net/sunrpc/sunrpc_syms.c 2006-03-10 00:27:17.000000000 -0800 @@ -142,6 +142,7 @@ EXPORT_SYMBOL(nlm_debug); extern int register_rpc_pipefs(void); extern void unregister_rpc_pipefs(void); +extern struct cache_detail ip_map_cache; static int __init init_sunrpc(void) _