t9l: support Linux version 5.0+ (#274) - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 13d40aa64c8c073c296ad2c8df0bae6d607aff07
DIR parent f1dd3f065a97f57bf59db2e3284868e181734159
HTML Author: Günther Noack <guenther@unix-ag.uni-kl.de>
Date: Thu, 19 Sep 2019 22:49:08 +0200
9l: support Linux version 5.0+ (#274)
Update 9l to support Linux 5.x.
Diffstat:
M bin/9l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/9l b/bin/9l
t@@ -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