summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-29 10:17:03 +0000
committerphk <phk@FreeBSD.org>1995-11-29 10:17:03 +0000
commit051ce4c479c45d09eeaf7abcee957e6330406458 (patch)
tree06b33ea2e358bd2dd08d2f5f2c16c96c9c840ac3 /sys/i386
parent4e3ca77747aad0622d8349c4627959122a7e87f4 (diff)
downloadFreeBSD-src-051ce4c479c45d09eeaf7abcee957e6330406458.zip
FreeBSD-src-051ce4c479c45d09eeaf7abcee957e6330406458.tar.gz
Add crynwr mode to the lp# interface.
Reviewed by: pst, phk Submitted by: tim@sarc.city.ac.uk
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/lpt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/isa/lpt.c b/sys/i386/isa/lpt.c
index e96a0fd..67cbddb 100644
--- a/sys/i386/isa/lpt.c
+++ b/sys/i386/isa/lpt.c
@@ -46,7 +46,7 @@
* SUCH DAMAGE.
*
* from: unknown origin, 386BSD 0.1
- * $Id: lpt.c,v 1.38 1995/11/16 09:55:57 bde Exp $
+ * $Id: lpt.c,v 1.39 1995/11/28 09:41:18 julian Exp $
*/
/*
@@ -100,7 +100,6 @@
*/
#include "lpt.h"
-#if NLPT > 0
#include <sys/param.h>
#include <sys/systm.h>
@@ -257,7 +256,7 @@ static u_char *txmith;
/* Functions for the lp# interface */
static void lpattach(struct lpt_softc *,int);
-static int lpinittables();
+static int lpinittables(void);
static int lpioctl(struct ifnet *, int, caddr_t);
static int lpoutput(struct ifnet *, struct mbuf *, struct sockaddr *,
struct rtentry *);
@@ -1175,4 +1174,3 @@ static void lpt_devsw_install()
}
}
#endif /* JREMOD */
-#endif /* NLPT */
OpenPOWER on IntegriCloud