Whamcloud - gitweb
Branch b1_6
authorrobert.read <robert.read>
Mon, 31 Mar 2008 18:31:43 +0000 (18:31 +0000)
committerrobert.read <robert.read>
Mon, 31 Mar 2008 18:31:43 +0000 (18:31 +0000)
Change #if to #ifdef to make gcc 3.x happy.

b=15327
i=oleg
i=walter

lustre/ptlrpc/service.c

index 5b2ff8e..79201af 100644 (file)
@@ -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;