aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-unzip+source+file_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-unzip+source+file_io.c')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-unzip+source+file_io.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-unzip+source+file_io.c b/editors/openoffice-2.0-devel/files/patch-unzip+source+file_io.c
index ec06265f3b01..2a838fe377b1 100644
--- a/editors/openoffice-2.0-devel/files/patch-unzip+source+file_io.c
+++ b/editors/openoffice-2.0-devel/files/patch-unzip+source+file_io.c
@@ -1,12 +1,11 @@
---- ../unzip/source/file_io.c.orig Mon Apr 15 16:59:43 2002
-+++ ../unzip/source/file_io.c Mon Apr 15 17:05:38 2002
-@@ -865,7 +865,9 @@
+--- ../unzip/source/file_io.c.orig Sat Apr 6 12:13:38 2002
++++ ../unzip/source/file_io.c Wed May 1 22:34:51 2002
+@@ -864,7 +864,7 @@
+ #ifndef __386BSD__
static struct timeb tbp;
#endif /* !__386BSD__ */
- #else /* !BSD */
-+#if (!defined(FREEBSD) && !defined(NETSBD))
+-#elif !defined(NETBSD) /* !BSD */
++#elif (!defined(NETBSD) && !defined(FREEBSD))/* !BSD */
extern long timezone;
-+#endif
#endif /* ?BSD */
#endif /* ?AMIGA */
-