mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Document.
This commit is contained in:
parent
bf8c81a186
commit
d95e0123d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56545
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
one less case to deal with in the following. */
|
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__)
|
||||||
+#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__)
|
+#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__)
|
||||||
+#define __NO_GNUC_VA_LIST
|
+#define __NO_GNUC_VA_LIST /* <machine/ansi.h> defines __gnuc_va_list */
|
||||||
#include <machine/ansi.h>
|
#include <machine/ansi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/* On 4.3bsd-net2, make sure ansi.h is included, so we have
|
/* On 4.3bsd-net2, make sure ansi.h is included, so we have
|
||||||
one less case to deal with in the following. */
|
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__)
|
||||||
+#define __NO_GNUC_VA_LIST
|
+#define __NO_GNUC_VA_LIST /* <machine/ansi.h> defines __gnuc_va_list */
|
||||||
#include <machine/ansi.h>
|
#include <machine/ansi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue