From 149a7bbdfc706672d4e0e113815007bacc2b76ce Mon Sep 17 00:00:00 2001 From: kato Date: Wed, 17 Jun 1998 16:33:14 +0000 Subject: Delete redundant declaration of lptintr. --- sys/pc98/pc98/lpt.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys') 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" }; -- cgit v1.1