t9l: accept Linux kernel version 4.x - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e4d6099eff8d04d96fd4937bc97631abc5218fcd
(DIR) parent 7321ed031ceb9494751a8deb85fd224ff0520c39
(HTM) Author: keks <j-winkelmann@tuhh.de>
Date: Fri, 13 Oct 2017 01:57:17 +0200
9l: accept Linux kernel version 4.x
Fixes #114.
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.*)
+ 2.6.* | 3.* | 4.*)
extralibs="$extralibs -lpthread"
;;
esac