summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-unzip+source+file_io.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-01 21:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-01 21:09:48 +0000
commitf3bad9da867a05a004c263a1706c3757ced1ddb5 (patch)
tree3753e48bd0f94c693d4f241843c79eea4a8159cd /editors/openoffice.org-2-RC/files/patch-unzip+source+file_io.c
parentUpdate to 0.11.24 (diff)
Upgrade to 1.0.0
Builds ok, but is still broken
Notes
Notes: svn path=/head/; revision=58423
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-unzip+source+file_io.c')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-unzip+source+file_io.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-unzip+source+file_io.c b/editors/openoffice.org-2-RC/files/patch-unzip+source+file_io.c
index ec06265f3b01..2a838fe377b1 100644
--- a/editors/openoffice.org-2-RC/files/patch-unzip+source+file_io.c
+++ b/editors/openoffice.org-2-RC/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 */
-