diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
commit | fb89e9b697585fc9977b488719536866ec4a4e14 (patch) | |
tree | 31749f632a8b91b25441b7239c6b397169f54572 /editors/openoffice-1.0/files/patch-unzip::source::misc.c | |
parent | Phoenix is a fast, minimal browser from the Mozilla project. This port (diff) |
All patches have been repocopied to use + as separator and not "::".
Diffstat (limited to 'editors/openoffice-1.0/files/patch-unzip::source::misc.c')
-rw-r--r-- | editors/openoffice-1.0/files/patch-unzip::source::misc.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice-1.0/files/patch-unzip::source::misc.c b/editors/openoffice-1.0/files/patch-unzip::source::misc.c deleted file mode 100644 index 649a976f4c4d..000000000000 --- a/editors/openoffice-1.0/files/patch-unzip::source::misc.c +++ /dev/null @@ -1,15 +0,0 @@ ---- ../unzip/source/misc.c.orig Mon Jul 15 14:25:32 2002 -+++ ../unzip/source/misc.c Mon Jul 15 14:27:15 2002 -@@ -300,9 +300,9 @@ - static short yday[]={0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334}; - int yr, mo, dy, hh, mm, ss, leap; - long m_time, days=0; --#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD)) --#if (defined(BSD) || defined(MTS) || defined(FREEBSD)) --#if !defined __386BSD__ && !defined FREEBSD -+#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD) && !defined(FREEBSD)) -+#if (defined(BSD) || defined(MTS) -+#if !defined __386BSD__ - static struct timeb tbp; - #endif /* __386BSD__ */ - #else /* !(BSD || MTS) */ |