diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-24 11:44:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-24 11:44:40 +0000 |
commit | a49ca2d5bbbf2336c8b4605b828e32afbeea1f70 (patch) | |
tree | 5acd5ac88a172f0443867c8f468d85e228aaa0a9 /lang/gcc28/files/patch-23 | |
parent | Deal with definition of `stdout' in -CURRENT. (diff) |
Let machine/ansi.h know not to play glibc for us.
Notes
Notes:
svn path=/head/; revision=56531
Diffstat (limited to '')
-rw-r--r-- | lang/gcc28/files/patch-23 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/gcc28/files/patch-23 b/lang/gcc28/files/patch-23 new file mode 100644 index 000000000000..c371cb3dcdd5 --- /dev/null +++ b/lang/gcc28/files/patch-23 @@ -0,0 +1,8 @@ +--- sys-types.h.orig Wed Oct 9 04:26:35 1996 ++++ sys-types.h Sun Mar 24 03:35:27 2002 +@@ -83,4 +83,5 @@ + union wait; + ++#define __NO_GNUC_VA_LIST /* <machine/ansi.h> defines __gnuc_va_list */ + /* Get size_t and wchar_t. */ + #include <stddef.h> |