commit e00db7f084a8ae8276d0d0cba143ee966ba933b3 parent 905502613a12b7129a67f6e65560b041a2e5f9b0 Author: rsc <devnull@localhost> Date: Fri, 22 Jul 2005 18:45:07 +0000 no pthreads 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 -lpthread -lutil" + extralibs="$extralibs -lutil" ;; *FreeBSD*) ld=gcc