diff options
author | 1996-06-23 12:53:08 +0000 | |
---|---|---|
committer | 1996-06-23 12:53:08 +0000 | |
commit | 717d1f2eaf524c7e9d89897ec5f5d668b5b9ac3c (patch) | |
tree | acca6a5e7668d924bc9134d6ef2e02eb48c27730 | |
parent | GENERIC to be included by arch/XXX/conf/GENERIC; this includes all MI options & pseudo-devices (diff) | |
download | wireguard-openbsd-717d1f2eaf524c7e9d89897ec5f5d668b5b9ac3c.tar.xz wireguard-openbsd-717d1f2eaf524c7e9d89897ec5f5d668b5b9ac3c.zip |
workaround because of pica stuff
-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 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 |