Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2011 18:50:19 +0000
From:      gk@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r225522 - soc2011/gk/ino64-head/tools/tools/shlib-compat
Message-ID:  <20110829185019.64651106566B@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gk
Date: Mon Aug 29 18:50:19 2011
New Revision: 225522
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225522

Log:
  Fix makesyscalls-fake.sh on 8-STABLE

Modified:
  soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh

Modified: soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh
==============================================================================
--- soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh	Mon Aug 29 16:24:58 2011	(r225521)
+++ soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh	Mon Aug 29 18:50:19 2011	(r225522)
@@ -28,6 +28,7 @@
 ' < $1 | awk '
 	BEGIN {
 		printf "#include <sys/param.h>\n"
+		printf "#include <sys/queue.h>\n"
 		printf "#include <machine/atomic.h>\n"
 		printf "\n"
 		printf "#include <sys/_semaphore.h>\n"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110829185019.64651106566B>