diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
commit | 4ff3de8e80ba043f8693c6623c38c6506f113261 (patch) | |
tree | a314bfc13d707ab8df235edc500e88916380d16d /sys/dev/rc | |
parent | aff85b53857af77bf2a134234a45fc60d944d6d4 (diff) |
Notes
Diffstat (limited to 'sys/dev/rc')
-rw-r--r-- | sys/dev/rc/rc.c | 2 |
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) |