aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/ex2ht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/ex2ht.c')
-rw-r--r--src/hyper/ex2ht.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/hyper/ex2ht.c b/src/hyper/ex2ht.c
index 994ad277..b88d42ec 100644
--- a/src/hyper/ex2ht.c
+++ b/src/hyper/ex2ht.c
@@ -49,13 +49,6 @@
#include "cfuns.h"
-
-#if defined(SUN4OS5platform)||defined(SGIplatform)
-/* can't find a prototype anywhere */
-extern int utimes(const char *, const struct timeval [2]);
-#endif
-
-
#define MaxLineLength 512
#define MaxFiles 100
@@ -94,9 +87,7 @@ static void
closeCoverFile(void)
{
fclose(coverFile);
-#ifdef HP9platform
- times("coverex.ht",latest_date);
-#else
+#ifndef __MINGW32__ /* FIXME! */
utimes("coverex.ht",latest_date);
#endif
}