summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-02 05:59:20 +0000
committerpeter <peter@FreeBSD.org>1999-09-02 05:59:20 +0000
commitac5f1ad1345830495bb5bd18b4edf9f1ff8dabde (patch)
tree6e4f45fb90104180ae1858f90b862f1cd328d2f8 /sys/dev/aha
parentd1fca673b774d9da0490c38ca51fea4df3e1db8f (diff)
downloadFreeBSD-src-ac5f1ad1345830495bb5bd18b4edf9f1ff8dabde.zip
FreeBSD-src-ac5f1ad1345830495bb5bd18b4edf9f1ff8dabde.tar.gz
Missed this use of the old pnp includes. I don't think this is meant to
be here though.
Diffstat (limited to 'sys/dev/aha')
-rw-r--r--sys/dev/aha/aha.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c
index 50cec6f..1e87520 100644
--- a/sys/dev/aha/aha.c
+++ b/sys/dev/aha/aha.c
@@ -58,7 +58,8 @@
* $FreeBSD$
*/
-#include "pnp.h"
+/* #include "pnp.h" */
+#define NPNP 0
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud