2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
amigaos-cross-toolchain6/patches/gcc-2.95.3/gcc/ginclude/stddef.h.diff
Krystian Bacławski da2d7bde0e Update patches.
2012-08-04 13:01:59 +02:00

12 lines
573 B
Diff

--- gcc-2.95.3/gcc/ginclude/stddef.h 1998-12-16 22:19:25.000000000 +0100
+++ gcc-2.95.3/gcc/ginclude/stddef.h 2012-08-04 11:53:28.000000000 +0200
@@ -24,7 +24,7 @@
/* On 4.3bsd-net2, make sure ansi.h is included, so we have
one less case to deal with in the following. */
-#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) || defined(__NetBSD__)
+#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__ixemul__) || defined (__libnix__)
#include <machine/ansi.h>
#endif