9l: support Linux version 5.0+ (#274)

Update 9l to support Linux 5.x.
This commit is contained in:
Günther Noack 2019-09-19 22:49:08 +02:00 committed by Dan Cross
parent f1dd3f065a
commit 13d40aa64c

2
bin/9l
View file

@ -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