aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-21 02:16:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-21 02:16:19 +0000
commitd1a00f6735213ddd869ef4f2d89d977c7f80bc0e (patch)
treeed37f3e29538d03424cb99d35107be8f659f3c35
parentc184277d42aca325c8fb66c4b82d26fb0ba2e4ca (diff)
downloadports-d1a00f6735213ddd869ef4f2d89d977c7f80bc0e.tar.gz
ports-d1a00f6735213ddd869ef4f2d89d977c7f80bc0e.zip
Partially fix build on -current. This is still broken due to an unzeroed
malloc buffer somewhere.
Notes
Notes: svn path=/head/; revision=68467
-rw-r--r--security/tea-total/files/patch-arch.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/security/tea-total/files/patch-arch.h b/security/tea-total/files/patch-arch.h
index 1c995d075ad8..8266529f0a99 100644
--- a/security/tea-total/files/patch-arch.h
+++ b/security/tea-total/files/patch-arch.h
@@ -1,13 +1,18 @@
---- arch.h.orig Fri Jan 12 02:20:52 2001
-+++ arch.h Fri Jan 12 02:24:00 2001
-@@ -11,6 +11,9 @@
+--- arch.h.orig Sun Dec 31 09:16:53 2000
++++ arch.h Sun Oct 20 19:01:52 2002
+@@ -9,10 +9,14 @@
+ * warranties of merchantability and fitness for a particular purpose.
+ */
+#if defined(ARCH_OPENBSD) || defined(ARCH_FREEBSD)
#if defined(ARCH_OPENBSD)
-
#include <machine/types.h>
#include <machine/endian.h>
-+#else
-+#include <sys/inttypes.h>
++#endif
++#if defined(ARCH_FREEBSD)
++#include <sys/types.h>
+#endif
typedef uint32_t u32;
+ typedef int32_t s32;
+ typedef uint16_t u16;