timelimit.c does not compile on Tru64 - fix from Bjoern Jacke
authorvance <vance@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Sun, 8 Jan 2006 14:52:59 +0000 (14:52 +0000)
committervance <vance@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Sun, 8 Jan 2006 14:52:59 +0000 (14:52 +0000)
Vance

git-svn-id: file:///home/svn/build-farm/trunk@282 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

build_test.fns

index e23970dbc206712420951c981e75c95e83c74111..c9edb789cdf8f447ff32adb4860d3d82152d7644 100644 (file)
@@ -576,7 +576,7 @@ rsync --timeout=200 -q -az samba.org::build_farm/*.c .
 # sigh - we need to mark systems that need the bsd setpgrp() call
 htype=`uname`
 case "$htype" in
-  *BSD|*bsd)
+  *BSD|*bsd|OSF1)
        TIMELIMIT_FLAGS=-DBSD_SETPGRP
        export TIMELIMIT_FLAGS
   ;;