From 5cefb08b73ebec0b436f2492f65928bb377b3ec8 Mon Sep 17 00:00:00 2001 From: eeb Date: Sat, 26 Jul 2003 16:59:48 +0000 Subject: [PATCH] * Guarded #define EXPORT_SYMTAB * Bit the bullet and #defined PTL_MTU NB currently defined in ; maybe should move... --- lustre/ptlrpc/ptlrpc_module.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/ptlrpc/ptlrpc_module.c b/lustre/ptlrpc/ptlrpc_module.c index 4b75026..2d84597 100644 --- a/lustre/ptlrpc/ptlrpc_module.c +++ b/lustre/ptlrpc/ptlrpc_module.c @@ -20,7 +20,9 @@ * */ -#define EXPORT_SYMTAB +#ifndef EXPORT_SYMTAB +# define EXPORT_SYMTAB +#endif #define DEBUG_SUBSYSTEM S_RPC #ifdef __KERNEL__ -- 1.8.3.1