Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/include/okheaders Don't try to include <a.out.h> or ...



details:   https://anonhg.NetBSD.org/src/rev/0d3a52390c33
branches:  trunk
changeset: 746848:0d3a52390c33
user:      he <he%NetBSD.org@localhost>
date:      Fri Aug 21 13:30:54 2009 +0000

description:
Don't try to include <a.out.h> or <link_aout.h> on mips.

diffstat:

 regress/include/okheaders/symbolcheck.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 1180cd623daa -r 0d3a52390c33 regress/include/okheaders/symbolcheck.c
--- a/regress/include/okheaders/symbolcheck.c   Fri Aug 21 12:53:42 2009 +0000
+++ b/regress/include/okheaders/symbolcheck.c   Fri Aug 21 13:30:54 2009 +0000
@@ -207,7 +207,9 @@
 #include <net/slip.h>
 #include <net/zlib.h>
 
+#if !defined(__mips__)
 #include <a.out.h>
+#endif
 #include <ar.h>
 #include <assert.h>
 #include <bitstring.h>
@@ -253,7 +255,9 @@
 #include <libintl.h>
 #include <limits.h>
 #include <link.h>
+#if !defined(__mips__)
 #include <link_aout.h>
+#endif
 #include <link_elf.h>
 #include <locale.h>
 #include <login_cap.h>



Home | Main Index | Thread Index | Old Index