summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 12:53:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 12:53:09 +0000
commit8e5ab58dfb4a2366a976d579f0a7831e6778b63c (patch)
treea377a0f073aefbe70764a336120ed4f8021aa9dc
parent550b471588dd50cc92ec5f79e4f9d2cf1891562b (diff)
workaround because of pica stuff
-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