summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice/patches/patch-aa')
-rw-r--r--emulators/vice/patches/patch-aa18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/vice/patches/patch-aa b/emulators/vice/patches/patch-aa
index 08cf6020f47..ddacbcb70dc 100644
--- a/emulators/vice/patches/patch-aa
+++ b/emulators/vice/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2003/09/28 10:41:21 kristerw Exp $
---- src/arch/unix/types.h.orig Sun Sep 28 12:29:23 2003
-+++ src/arch/unix/types.h Sun Sep 28 12:31:06 2003
-@@ -60,7 +60,8 @@
- /* Maximum value of a CLOCK. */
+$NetBSD: patch-aa,v 1.5 2006/06/29 22:56:34 dillo Exp $
+
+--- src/arch/unix/types.h.orig 2005-12-23 23:29:54.000000000 +0100
++++ src/arch/unix/types.h
+@@ -61,7 +61,7 @@ typedef DWORD CLOCK;
#define CLOCK_MAX (~((CLOCK)0))
--#if defined(__GNUC__) && defined(__i386__) && !defined(NO_REGPARM)
-+/* GCC 2.95 has code gen problems with regparam(). */
-+#if defined(__GNUC__) && (__GNUC__ > 2) && defined(__i386__) && !defined(NO_REGPARM)
+ #if defined(__GNUC__) && defined(__i386__) && !defined(NO_REGPARM)
+-#if defined(__NETBSD__)
++#if defined(__NetBSD__)
+ #if (__GNUC__ > 2)
#define REGPARM1 __attribute__((regparm(1)))
#define REGPARM2 __attribute__((regparm(2)))
- #define REGPARM3 __attribute__((regparm(3)))