2011-10-25 18:28:17 +02:00
|
|
|
$NetBSD: patch-bb,v 1.2 2011/10/25 16:28:17 ryoon Exp $
|
2005-12-06 19:50:36 +01:00
|
|
|
|
2011-10-25 18:28:17 +02:00
|
|
|
--- lib9/dirfwstat.c.orig 2010-06-04 10:46:05.000000000 +0000
|
|
|
|
+++ lib9/dirfwstat.c
|
2005-12-06 19:50:36 +01:00
|
|
|
@@ -4,7 +4,7 @@
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
2011-10-25 18:28:17 +02:00
|
|
|
-#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__linux__)
|
|
|
|
+#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__linux__) || defined(__NetBSD__)
|
2005-12-06 19:50:36 +01:00
|
|
|
/* do nothing -- futimes exists and is fine */
|
|
|
|
|
|
|
|
#elif defined(__SunOS5_9__)
|