summaryrefslogtreecommitdiff
path: root/lang/gcc28
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-24 17:03:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-24 17:03:20 +0000
commitd95e0123d28fc92dc633025bc98d6e8c8ff37862 (patch)
treea6548c6098e25a3fd5dc7e6d7a48bf3150ac30d7 /lang/gcc28
parentUpdate to 0.2.3. (diff)
Document.
Notes
Notes: svn path=/head/; revision=56545
Diffstat (limited to 'lang/gcc28')
-rw-r--r--lang/gcc28/files/patch-222
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc28/files/patch-22 b/lang/gcc28/files/patch-22
index 0c54061212f2..4f9ae9c2c719 100644
--- a/lang/gcc28/files/patch-22
+++ b/lang/gcc28/files/patch-22
@@ -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