tfutimes on linux now - 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 4276f847131eca31390dfcbfed956f050c8cd81d
 (DIR) parent b7cb7453e259084a62e0e52ef310000f45afe998
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 20 May 2007 14:38:54 +0000
       
       futimes on linux now
       
       Diffstat:
         M src/lib9/dirfwstat.c                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/lib9/dirfwstat.c b/src/lib9/dirfwstat.c
       t@@ -4,7 +4,7 @@
        #include <sys/time.h>
        #include <sys/stat.h>
        
       -#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__)
       +#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__linux__)
        /* do nothing -- futimes exists and is fine */
        
        #elif defined(__SunOS5_9__)