From: pschwan Date: Mon, 17 Feb 2003 18:43:43 +0000 (+0000) Subject: merge b_devel into b_setattr. highlights: X-Git-Tag: v1_7_100~1^368~129 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=601d291af6ee650037e41ebdba37e55238a97df0;p=fs%2Flustre-release.git merge b_devel into b_setattr. highlights: - kernel 2.5 and liblustre build changes - fixes to Makefile.am for 7.3-era versions of automake, which is quite possibly the worst piece of software with which I come in contact on a daily basis - small unlink fix --- diff --git a/lustre/obdclass/uuid.c b/lustre/obdclass/uuid.c index 0e279fb..fed9a8f 100644 --- a/lustre/obdclass/uuid.c +++ b/lustre/obdclass/uuid.c @@ -10,10 +10,14 @@ * Library General Public License. * %End-Header% */ +#define DEBUG_SUBSYSTEM S_CLASS + +#ifdef __KERNEL__ #include #include - -#define DEBUG_SUBSYSTEM S_CLASS +#else +#include +#endif #include #include