Whamcloud - gitweb
* Guarded #define EXPORT_SYMTAB
authoreeb <eeb>
Sat, 26 Jul 2003 16:59:48 +0000 (16:59 +0000)
committereeb <eeb>
Sat, 26 Jul 2003 16:59:48 +0000 (16:59 +0000)
*  Bit the bullet and #defined PTL_MTU
   NB currently defined in <portals/lib-types.h>; maybe should move...

lustre/ptlrpc/ptlrpc_module.c

index 4b75026..2d84597 100644 (file)
@@ -20,7 +20,9 @@
  *
  */
 
-#define EXPORT_SYMTAB
+#ifndef EXPORT_SYMTAB
+# define EXPORT_SYMTAB
+#endif
 #define DEBUG_SUBSYSTEM S_RPC
 
 #ifdef __KERNEL__