summaryrefslogtreecommitdiff
path: root/sys/dev/aha
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-02 05:59:20 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-02 05:59:20 +0000
commitae5d5ac0132dd01de4809c7f2367738c838c3ebf (patch)
tree54b6215df71f575cb71657ebb36249f0e66ffb8e /sys/dev/aha
parent6c233a7138f01d7977b2bec6db4a7fc74a263d9d (diff)
Notes
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 50cec6fba0dc..1e875204d716 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>