diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 20:59:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 20:59:06 +0000 |
commit | 9aacdebacf3582ec87cbf6c0290babc7ad7b23bb (patch) | |
tree | 226631dc7736f2e0db677090b0ca832e8894e7e0 | |
parent | c2bdf2c95fd132fc95b12bbaadf6805d3ddfd2a7 (diff) |
lpt_isa_ca
-rw-r--r-- | sys/dev/isa/lpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/lpt.c b/sys/dev/isa/lpt.c index 43f2f184127..90d6554332e 100644 --- a/sys/dev/isa/lpt.c +++ b/sys/dev/isa/lpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpt.c,v 1.14 1996/06/24 20:48:33 pefo Exp $ */ +/* $OpenBSD: lpt.c,v 1.15 1996/06/25 20:59:05 deraadt Exp $ */ /* $NetBSD: lpt.c,v 1.39 1996/05/12 23:53:06 mycroft Exp $ */ /* @@ -116,7 +116,7 @@ int lptintr __P((void *)); int lptprobe __P((struct device *, void *, void *)); void lptattach __P((struct device *, struct device *, void *)); -struct cfattach lpt_ca = { +struct cfattach lpt_isa_ca = { sizeof(struct lpt_softc), lptprobe, lptattach }; |