From 2632d19f0aa52675a334990b3e1db53593d46f87 Mon Sep 17 00:00:00 2001 From: shadow Date: Thu, 21 Jun 2007 06:21:37 +0000 Subject: [PATCH] fix some mal-formatted DEBUG_REQ and LCONSOLE_ERROR_MSG messages b=12747 i=wangdi i=scjody --- lnet/autoconf/lustre-lnet.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 3ed69b4..30eda45 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -1150,7 +1150,7 @@ LB_LINUX_TRY_COMPILE([ ],[ AC_MSG_RESULT(yes) - AC_DEFINE(HAVE_KMEM_CACHE_n, 1, + AC_DEFINE(HAVE_KMEM_CACHE_S, 1, [kernel has struct kmem_cache_s]) ],[ AC_MSG_RESULT(NO) -- 1.8.3.1