summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/isa/lpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/lpt.c b/sys/dev/isa/lpt.c
index d68523df852..f2ee9538a0e 100644
--- a/sys/dev/isa/lpt.c
+++ b/sys/dev/isa/lpt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lpt.c,v 1.12 1996/06/22 23:13:36 pefo Exp $ */
+/* $OpenBSD: lpt.c,v 1.13 1996/06/23 12:53:08 deraadt Exp $ */
/* $NetBSD: lpt.c,v 1.39 1996/05/12 23:53:06 mycroft Exp $ */
/*
@@ -119,7 +119,7 @@ int lptintr __P((void *));
#if NLPT_ISA
int lpt_isa_probe __P((struct device *, void *, void *));
void lpt_isa_attach __P((struct device *, struct device *, void *));
-struct cfattach lpt_ca = {
+struct cfattach lpt_isa_ca = {
sizeof(struct lpt_softc), lpt_isa_probe, lpt_isa_attach
};
#endif