From ae5d5ac0132dd01de4809c7f2367738c838c3ebf Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 2 Sep 1999 05:59:20 +0000 Subject: [PATCH] Missed this use of the old pnp includes. I don't think this is meant to be here though. --- sys/dev/aha/aha.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 50cec6fba0d..1e875204d71 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 #include