svn commit: r197036 - projects/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Sep 9 11:34:46 UTC 2009


Author: pho
Date: Wed Sep  9 11:34:46 2009
New Revision: 197036
URL: http://svn.freebsd.org/changeset/base/197036

Log:
  Do not use libpthread as this is not a threaded test.

Modified:
  projects/stress2/misc/jail.sh

Modified: projects/stress2/misc/jail.sh
==============================================================================
--- projects/stress2/misc/jail.sh	Wed Sep  9 11:16:08 2009	(r197035)
+++ projects/stress2/misc/jail.sh	Wed Sep  9 11:34:46 2009	(r197036)
@@ -36,7 +36,7 @@ odir=`pwd`
 
 cd /tmp
 sed '1,/^EOF/d' < $odir/$0 > jail.c
-cc -o jail -Wall jail.c -pthread
+cc -o jail -Wall jail.c
 rm -f jail.c
 cd $RUNDIR
 /tmp/jail


More information about the svn-src-projects mailing list