Commit Diff


commit - f1dd3f065a97f57bf59db2e3284868e181734159
commit + 13d40aa64c8c073c296ad2c8df0bae6d607aff07
blob - 6195815f7c2851c916296688cd8204d57eb04b80
blob + 4266b10ea0e7651a7ee5af2f9b04c68f9a3b30ca
--- bin/9l
+++ bin/9l
@@ -40,7 +40,7 @@ case "$tag" in
 	userpath=true
 	extralibs="$extralibs -lutil -lresolv"
 	case "${SYSVERSION:-`uname -r`}" in
-	2.6.* | 3.* | 4.*)
+	2.6.* | [3-9].* | [1-9][0-9].*)
 		extralibs="$extralibs -lpthread"
 		;;
 	esac