Document.

This commit is contained in:
David E. O'Brien 2002-03-24 17:03:20 +00:00
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

View File

@ -6,7 +6,7 @@
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__)
+#define __NO_GNUC_VA_LIST
+#define __NO_GNUC_VA_LIST /* <machine/ansi.h> defines __gnuc_va_list */
#include <machine/ansi.h>
#endif

View File

@ -4,7 +4,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__)
+#define __NO_GNUC_VA_LIST
+#define __NO_GNUC_VA_LIST /* <machine/ansi.h> defines __gnuc_va_list */
#include <machine/ansi.h>
#endif