Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/include/okheaders Comment out some files that makes ...
details: https://anonhg.NetBSD.org/src/rev/9764f5b456c7
branches: trunk
changeset: 555047:9764f5b456c7
user: augustss <augustss%NetBSD.org@localhost>
date: Fri Nov 07 20:57:26 2003 +0000
description:
Comment out some files that makes this break on some platforms.
diffstat:
regress/include/okheaders/symbolcheck.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (34 lines):
diff -r 6d6e61f02904 -r 9764f5b456c7 regress/include/okheaders/symbolcheck.c
--- a/regress/include/okheaders/symbolcheck.c Fri Nov 07 19:21:39 2003 +0000
+++ b/regress/include/okheaders/symbolcheck.c Fri Nov 07 20:57:26 2003 +0000
@@ -66,8 +66,10 @@
#include <sys/ioctl_compat.h>
#include <sys/ipc.h>
#include <sys/kcore.h>
+#ifdef XXX
#include <sys/kernel.h>
#include <sys/kgdb.h>
+#endif
#include <sys/ksem.h>
#include <sys/ksyms.h>
#include <sys/ktrace.h>
@@ -184,7 +186,9 @@
#include <net/if_gre.h> /* Needs <netinet> stuff */
#include <net/if_hippi.h>
#include <net/if_ieee1394.h>
+#ifdef XXX
#include <net/if_ieee80211.h>
+#endif
#include <net/if_llc.h>
#include <net/if_media.h>
#include <net/ppp_defs.h> /* Moved */
@@ -280,7 +284,9 @@
#include <pcap-namedb.h>
#include <pcap.h>
#include <pci.h>
+#ifdef XXX
#include <pmc.h>
+#endif
#include <poll.h>
#include <pthread.h>
#include <pthread_dbg.h>
Home |
Main Index |
Thread Index |
Old Index