From 8434053e3a446eea6ad660c9183501257deef342 Mon Sep 17 00:00:00 2001 From: bobijam Date: Thu, 6 Dec 2007 02:49:01 +0000 Subject: [PATCH] Branch b1_6 b=14208 i=zhenyu.xu, johann Replace macro __LINUX__ with __linux__. --- lnet/libcfs/user-prim.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lnet/libcfs/user-prim.c b/lnet/libcfs/user-prim.c index b1c1966..d363718 100644 --- a/lnet/libcfs/user-prim.c +++ b/lnet/libcfs/user-prim.c @@ -279,7 +279,7 @@ void cfs_mem_cache_free(cfs_mem_cache_t *c, void *addr) /* * This uses user-visible declarations from */ -#ifdef __LINUX__ +#ifdef __linux__ #include #endif @@ -345,7 +345,7 @@ void cfs_clear_sigpending(void) return; } -#ifdef __LINUX__ +#ifdef __linux__ /* * In glibc (NOT in Linux, so check above is not right), implement @@ -375,7 +375,7 @@ void *cfs_stack_trace_frame(struct cfs_stack_trace *trace, int frame_no) return NULL; } -/* __LINUX__ */ +/* __linux__ */ #endif void lbug_with_loc(char *file, const char *func, const int line) -- 1.8.3.1