summaryrefslogtreecommitdiff
path: root/sys/dev/rc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
commit4ff3de8e80ba043f8693c6623c38c6506f113261 (patch)
treea314bfc13d707ab8df235edc500e88916380d16d /sys/dev/rc
parentaff85b53857af77bf2a134234a45fc60d944d6d4 (diff)
Notes
Diffstat (limited to 'sys/dev/rc')
-rw-r--r--sys/dev/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
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)