From 4ff3de8e80ba043f8693c6623c38c6506f113261 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 4 Nov 1995 17:08:13 +0000 Subject: Added `#include "ioconf.h"' to and cleaned up the misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to . "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it. --- sys/dev/rc/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/rc') diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 03507e457bab2..0feabf01a50c6 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -67,8 +67,8 @@ int rcattach __P((struct isa_device *)); * regression tests :-(. * * + * */ -void rcintr __P((int)); void rcpoll __P((void)); #define rcin(port) RC_IN (nec, port) -- cgit v1.2.3