summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-02 08:31:20 +0000
committerpeter <peter@FreeBSD.org>2000-10-02 08:31:20 +0000
commit3810721c0491379eb318946a9b6347152ad4e7b7 (patch)
treee84e4e487d1216e4e9980039851166a229fe7c69 /usr.sbin/amd
parente2db019ad296a19c55552bd14ecfcec3ecdba0b5 (diff)
downloadFreeBSD-src-3810721c0491379eb318946a9b6347152ad4e7b7.zip
FreeBSD-src-3810721c0491379eb318946a9b6347152ad4e7b7.tar.gz
Really fix the struct callout collision. AMD does not need to
#include <sys/mbuf.h>. (which #include's <machine/mutex.h> and then <sys/proc.h> and then <sys/callout.h>, leading to the collision). <sys/mbuf.h> is really one of those 'no user servicable parts inside' things.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index 7296567..146f6d4 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -1784,7 +1784,7 @@
/* #undef HAVE_SYS_MACHINE_H */
/* Define if you have the <sys/mbuf.h> header file. */
-#define HAVE_SYS_MBUF_H 1
+/* #define HAVE_SYS_MBUF_H 1 XXX NO NO NO!!! */
/* Define if you have the <sys/mntctl.h> header file. */
/* #undef HAVE_SYS_MNTCTL_H */
OpenPOWER on IntegriCloud