diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-20 22:10:50 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-20 22:10:50 +0000 |
| commit | 890dcd5e3de6cab32dbe2cbf63b4283e920059f7 (patch) | |
| tree | e441a9560d65bb39fc94ee4cb5fe2ea0a52a720b /lang/compaq-cc/files/include | |
| parent | Mark FORBIDDEN because the remotely exploitable telnetd hole is not yet (diff) | |
Update to 6.4.9.005.1.
This is hairy as Compaq is now putting out dynamic binary rather than static
ones. This makes my job harder with faking out this Linux compiler.
Submitted by: gallatin
Notes
Notes:
svn path=/head/; revision=46566
Diffstat (limited to 'lang/compaq-cc/files/include')
| -rw-r--r-- | lang/compaq-cc/files/include/stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/compaq-cc/files/include/stdio.h b/lang/compaq-cc/files/include/stdio.h index c18700deed83..e2fa9853eb21 100644 --- a/lang/compaq-cc/files/include/stdio.h +++ b/lang/compaq-cc/files/include/stdio.h @@ -20,7 +20,9 @@ * * * * ***************************************************************** */ +#define __attribute__(x) #include_next <stdio.h> +#undef __attribute__ #undef NULL #ifdef __cplusplus #define NULL 0 |
