tno pthreads on OpenBSD - 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 e00db7f084a8ae8276d0d0cba143ee966ba933b3
 (DIR) parent 905502613a12b7129a67f6e65560b041a2e5f9b0
 (HTM) 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(-)
       ---
 (DIR) diff --git a/bin/9l b/bin/9l
       t@@ -169,7 +169,7 @@ case "$tag" in
        *OpenBSD*)
                ld=gcc
                userpath=true
       -        extralibs="$extralibs -lpthread -lutil"
       +        extralibs="$extralibs -lutil"
                ;;
        *FreeBSD*)
                ld=gcc