diff options
Diffstat (limited to 'emulators/zsnes/patches/patch-ab')
-rw-r--r-- | emulators/zsnes/patches/patch-ab | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/emulators/zsnes/patches/patch-ab b/emulators/zsnes/patches/patch-ab index 1d107bb80e4..aeb3c9f6fd9 100644 --- a/emulators/zsnes/patches/patch-ab +++ b/emulators/zsnes/patches/patch-ab @@ -1,19 +1,24 @@ -$NetBSD: patch-ab,v 1.5 2006/12/26 18:04:28 adam Exp $ +$NetBSD: patch-ab,v 1.6 2007/03/24 20:10:08 adam Exp $ ---- gblhdr.h.orig 2005-01-14 14:10:39.000000000 +0100 +--- gblhdr.h.orig 2006-12-27 11:47:05.000000000 +0100 +++ gblhdr.h -@@ -105,6 +105,8 @@ Foundation, Inc., 675 Mass Ave, Cambridg - #include <sys/ioctl.h> - #include <sys/socket.h> - #include <sys/types.h> -+ #undef FALSE -+ #undef TRUE - #include <netinet/in.h> - #include <netdb.h> - #include <utime.h> -@@ -122,4 +124,4 @@ Foundation, Inc., 675 Mass Ave, Cambridg - #endif - #endif +@@ -109,6 +109,8 @@ however it's a static value that we can + #include <sys/ioctl.h> + #include <sys/socket.h> + #include <sys/types.h> ++#undef FALSE ++#undef TRUE + #include <netinet/in.h> + #include <netdb.h> + #include <utime.h> +@@ -122,9 +124,9 @@ however it's a static value that we can + #ifdef linux + #include <asm/ioctls.h> + #else +-#include <sys/filio.h> + #endif + #endif -- -+ #include <pthread.h> ++#include <pthread.h> + + #endif |