Module Name: src
Committed By: he
Date: Fri Aug 21 13:30:54 UTC 2009
Modified Files:
src/regress/include/okheaders: symbolcheck.c
Log Message:
Don't try to include <a.out.h> or <link_aout.h> on mips.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/regress/include/okheaders/symbolcheck.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/regress/include/okheaders/symbolcheck.c
diff -u src/regress/include/okheaders/symbolcheck.c:1.28 src/regress/include/okheaders/symbolcheck.c:1.29
--- src/regress/include/okheaders/symbolcheck.c:1.28 Wed Nov 12 12:35:52 2008
+++ src/regress/include/okheaders/symbolcheck.c Fri Aug 21 13:30:54 2009
@@ -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>