URI: 
       prepared snap - 9base - revived minimalist port of Plan 9 userland to Unix
  HTML git clone git://git.suckless.org/9base
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 662bc6335485c482df0b618cc85fe758197e0c0b
   DIR parent cf77a035ab614eec460ac6ba1c92412bd549569d
  HTML Author: Anselm R. Garbe <garbeam@wmii.de>
       Date:   Thu,  9 Feb 2006 13:37:57 +0100
       
       prepared snap
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -4,7 +4,7 @@
        PREFIX      = /usr/local/9
        MANPREFIX   = ${PREFIX}/share/man
        
       -VERSION     = 20060129
       +VERSION     = 20060209
        
        # Linux/BSD
        CFLAGS      = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""