aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/ex2ht.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-23 01:04:38 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-23 01:04:38 +0000
commit7d85189b98ae004c095f4c1b58804f021f67880a (patch)
treec1726cb97778147af789898521f060d15eb8afa4 /src/hyper/ex2ht.c
parent66bf12078133726c7b95d9708472f2032ba458db (diff)
downloadopen-axiom-7d85189b98ae004c095f4c1b58804f021f67880a.tar.gz
Port htadd to win32
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
}