| tfutimes on linux now - plan9port - [fork] Plan 9 from user space | |
| git clone git://src.adamsgaard.dk/plan9port | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 4276f847131eca31390dfcbfed956f050c8cd81d | |
| parent b7cb7453e259084a62e0e52ef310000f45afe998 | |
| 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(-) | |
| --- | |
| 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__) || defi… | |
| /* do nothing -- futimes exists and is fine */ | |
| #elif defined(__SunOS5_9__) |