diff options
author | kato <kato@FreeBSD.org> | 1998-06-17 16:33:14 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-06-17 16:33:14 +0000 |
commit | 149a7bbdfc706672d4e0e113815007bacc2b76ce (patch) | |
tree | 633e63afbcc41a1c337d629ae06979f46c3e3a34 /sys/pc98 | |
parent | e9f7ca5e5c778afc0844024a5d7cf695556f3010 (diff) | |
download | FreeBSD-src-149a7bbdfc706672d4e0e113815007bacc2b76ce.zip FreeBSD-src-149a7bbdfc706672d4e0e113815007bacc2b76ce.tar.gz |
Delete redundant declaration of lptintr.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/pc98/lpt.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/pc98/pc98/lpt.c b/sys/pc98/pc98/lpt.c index 692d986..b2b35cc 100644 --- a/sys/pc98/pc98/lpt.c +++ b/sys/pc98/pc98/lpt.c @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * from: unknown origin, 386BSD 0.1 - * $Id: lpt.c,v 1.19 1998/04/16 16:32:49 kato Exp $ + * $Id: lpt.c,v 1.20 1998/06/08 08:55:44 kato Exp $ */ /* @@ -292,12 +292,6 @@ static int lpoutput(struct ifnet *, struct mbuf *, struct sockaddr *, static void lpintr(int); #endif /* INET */ -#ifdef PC98 -#ifndef PC98_LPT_INTR -void lptintr(int unit); -#endif -#endif - struct isa_driver lptdriver = { lptprobe, lptattach, "lpt" }; |