URI: 
       tbigger stack - 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 8af6c6b79a1a561dfb047494207f5b7dea02d182
   DIR parent cafe9ada033c5c2b288256ec000a8dfdf87b7e6d
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 22 Jul 2005 23:46:18 +0000
       
       bigger stack
       
       Diffstat:
         M src/cmd/vbackup/vbackup.c           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/vbackup/vbackup.c b/src/cmd/vbackup/vbackup.c
       t@@ -42,7 +42,7 @@
        
        enum
        {
       -        STACK = 8192,
       +        STACK = 32768,
        };
        
        typedef struct WriteReq WriteReq;