Commit Diff


commit - 9d4f8bfecc30b6699685068dd4344b40733efdd1
commit + 5f0bb59e0d8278945d08c167a986ef3cc691d212
blob - 403cec9c14dbd95ad4db557be65281c0691b1dc9
blob + 88f099467e81ee92be92d847d1ca70cb80899901
--- CONTRIBUTORS
+++ CONTRIBUTORS
@@ -10,6 +10,7 @@ Anthony Martin <ality@pbrane.org>
 Anthony Sorace <a@9srv.net>
 Arvindh Rajesh Tamilmani <art@a-30.net>
 Benjamin Huntsman <BHuntsman@mail2.cu-portland.edu>
+Christopher Brannon <chris@the-brannons.com>
 David du Colombier <0intro@gmail.com>
 David Jeannot <djeannot24@gmail.com>
 David Swasey <david.swasey@gmail.com>
blob - 864b2f1f1761278a85b9c2e81a5ce2c5a7c9ed8b
blob + 3043c1c802c9c1603006d5df73b149ecfa80b696
--- bin/9l
+++ bin/9l
@@ -40,7 +40,7 @@ case "$tag" in
 	userpath=true
 	extralibs="$extralibs -lutil"
 	case "${SYSVERSION:-`uname -r`}" in
-	2.6.*)
+	2.6.* | 3.*)
 		extralibs="$extralibs -lpthread"
 		;;
 	esac
@@ -297,6 +297,7 @@ then
 	autoframeworks=""
 	if [ "x$ofiles" != "x" ]
 	then
+echo >&2 ofiles $ofiles
 		a=`
 			nm $ofiles |
 			grep '__p9l_autoframework_[a-zA-Z0-9+-]*$' |