mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8c54814372
* Some initial support for FreeBSD-alpha * Add some optimizations required by g77, which still might be of some use to adventuring C/C++ programmers. Obtained from: OpenBSD (parts)
12 lines
503 B
Plaintext
12 lines
503 B
Plaintext
--- ginclude/stddef.h.orig Mon Oct 28 04:35:28 1996
|
|
+++ ginclude/stddef.h Tue Aug 11 13:26:05 1998
|
|
@@ -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 (__OpenBSD__)
|
|
#include <machine/ansi.h>
|
|
#endif
|
|
|