plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit e4d6099eff8d04d96fd4937bc97631abc5218fcd
parent 7321ed031ceb9494751a8deb85fd224ff0520c39
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:
Mbin/9l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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