From 04908214a55e6f9d658c5d2bc3b4975b290979f3 Mon Sep 17 00:00:00 2001
From: "robert.read" <robert.read>
Date: Mon, 31 Mar 2008 18:31:43 +0000
Subject: [PATCH] Branch b1_6

Change #if to #ifdef to make gcc 3.x happy.

b=15327
i=oleg
i=walter
---
 lustre/ptlrpc/service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c
index 5b2ff8e279..79201af650 100644
--- a/lustre/ptlrpc/service.c
+++ b/lustre/ptlrpc/service.c
@@ -42,7 +42,7 @@ unsigned int at_min = 0;
 CFS_MODULE_PARM(at_min, "i", int, 0644,
                 "Adaptive timeout minimum (sec)");
 
-#if HAVE_AT_SUPPORT
+#ifdef HAVE_AT_SUPPORT
 unsigned int at_max = 600;
 #else
 unsigned int at_max = 0;
-- 
GitLab