URI: 
       tfix sunos - 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 566f93c70d2f97fb885e350764cd750f2d107119
   DIR parent 7ee8b4b0db1e780e24bd53f49a56a9e1bef2316f
  HTML Author: rsc <devnull@localhost>
       Date:   Fri,  7 Jan 2005 19:11:44 +0000
       
       fix sunos
       
       Diffstat:
         M src/libmach/SunOS.c                 |       1 +
         M src/libmach/mkfile                  |       2 +-
       
       2 files changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/src/libmach/SunOS.c b/src/libmach/SunOS.c
       t@@ -0,0 +1 @@
       +#include "nosys.c"
   DIR diff --git a/src/libmach/mkfile b/src/libmach/mkfile
       t@@ -67,7 +67,7 @@ elfnm: elfnm.o $LIBDIR/$LIB
                $LD -o $target $prereq -l9
        
        
       -#SunOS.$O: nosys.c
       +SunOS.$O: nosys.c
        Darwin.$O: nosys.c
        OpenBSD.$O: nosys.c
        NetBSD.$O: nosys.c