a31c45a0b4
There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other.
13 lines
495 B
C
13 lines
495 B
C
--- ../unzip/source/misc.c.orig Fri Feb 15 15:10:30 2002
|
|
+++ ../unzip/source/misc.c Wed Apr 3 01:19:16 2002
|
|
@@ -301,8 +301,8 @@
|
|
int yr, mo, dy, hh, mm, ss, leap;
|
|
long m_time, days=0;
|
|
#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__))
|
|
-#if (defined(BSD) || defined(MTS))
|
|
-#ifndef __386BSD__
|
|
+#if (defined(BSD) || defined(MTS) || defined(FREEBSD))
|
|
+#if !defined __386BSD__ && !defined FREEBSD
|
|
static struct timeb tbp;
|
|
#endif /* __386BSD__ */
|
|
#else /* !(BSD || MTS) */
|