From: eeb Date: Sat, 26 Jul 2003 16:59:25 +0000 (+0000) Subject: * Guarded #define EXPORT_SYMTAB X-Git-Tag: v1_7_100~1^368~64 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=73103fbf4abdba80d2f686af4442ffb2359d629c;p=fs%2Flustre-release.git * Guarded #define EXPORT_SYMTAB * Bit the bullet and #defined PTL_MTU NB currently defined in ; maybe should move... --- diff --git a/lustre/obdclass/debug.c b/lustre/obdclass/debug.c index f824b98..9998e57 100644 --- a/lustre/obdclass/debug.c +++ b/lustre/obdclass/debug.c @@ -23,7 +23,9 @@ #define DEBUG_SUBSYSTEM D_OTHER -#define EXPORT_SYMTAB +#ifndef EXPORT_SYMTAB +# define EXPORT_SYMTAB +#endif #ifndef __KERNEL__ # include #endif diff --git a/lustre/obdclass/statfs_pack.c b/lustre/obdclass/statfs_pack.c index 8bb78cc..74fbc5b 100644 --- a/lustre/obdclass/statfs_pack.c +++ b/lustre/obdclass/statfs_pack.c @@ -25,7 +25,9 @@ #define DEBUG_SUBSYSTEM S_CLASS -#define EXPORT_SYMTAB +#ifndef EXPORT_SYMTAB +# define EXPORT_SYMTAB +#endif #ifndef __KERNEL__ #include #else