From 0470ada14e65e9e182dbda10555e59fce50d4be6 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 11 Mar 2004 01:01:15 +0000 Subject: [PATCH] Make work under cygwin with -mno-cygwin. --- src/iso-read.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/iso-read.c b/src/iso-read.c index bc28ab23..247a2e58 100644 --- a/src/iso-read.c +++ b/src/iso-read.c @@ -1,5 +1,5 @@ /* - $Id: iso-read.c,v 1.3 2004/02/29 16:02:48 rocky Exp $ + $Id: iso-read.c,v 1.4 2004/03/11 01:01:15 rocky Exp $ Copyright (C) 2004 Rocky Bernstein @@ -44,6 +44,10 @@ #include #endif +#if defined ( WIN32 ) +#define ftruncate chsize +#endif + /* Used by `main' to communicate with `parse_opt'. And global options */ struct arguments