aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorkeks <j-winkelmann@tuhh.de>2017-10-13 01:57:17 +0200
committerDavid du Colombier <0intro@gmail.com>2017-10-13 15:11:15 +0200
commite4d6099eff8d04d96fd4937bc97631abc5218fcd (patch)
tree0f83c5b6d0c15083758feb2681ad5cac06e6512a /bin
parent7321ed031ceb9494751a8deb85fd224ff0520c39 (diff)
downloadplan9port-e4d6099eff8d04d96fd4937bc97631abc5218fcd.tar.gz
plan9port-e4d6099eff8d04d96fd4937bc97631abc5218fcd.tar.bz2
plan9port-e4d6099eff8d04d96fd4937bc97631abc5218fcd.zip
9l: accept Linux kernel version 4.x
Fixes #114.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index a82a2812..2409e641 100755
--- a/bin/9l
+++ b/bin/9l
@@ -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