URI: 
       tlibthread: fix 10.5.8 build - uname says 9.8.0 - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b4f9ba7894064c5e092461b40f9dd8c314726cf2
   DIR parent 04e0a9bb81356b6713e634b4d950c524f0abf15c
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Fri, 14 Oct 2011 00:01:12 -0400
       
       libthread: fix 10.5.8 build - uname says 9.8.0
       
       Diffstat:
         M src/libthread/sysofiles.sh          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh
       t@@ -14,7 +14,7 @@ case "$tag" in
        *-NetBSD-*)
                echo ${SYSNAME}-${OBJTYPE}-asm.o $SYSNAME.o
                ;;
       -*-Darwin-10.[5-6].*)
       +*-Darwin-10.[5-6].* | *-Darwin-9.*)
                echo ${SYSNAME}-${OBJTYPE}-asm.o $SYSNAME-${OBJTYPE}.o pthread.o
                ;;
        *-OpenBSD-*)