commit a237e87c33523521133e28bd304e915b00661025 parent 98deccf380592f8c5576d1e10d518cd181a2a2c0 Author: rsc <devnull@localhost> Date: Tue, 19 Jul 2005 11:36:00 +0000 use pthread on openbsd Diffstat:
M | bin/9l | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/9l b/bin/9l @@ -169,7 +169,7 @@ case "$tag" in *OpenBSD*) ld=gcc userpath=true - extralibs="$extralibs -lutil" + extralibs="$extralibs -lpthread -lutil" ;; *FreeBSD*) ld=gcc