diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-07 07:39:59 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-07 07:39:59 +0000 |
commit | 63e8c62ef47731e477613e0f788457a4a289dceb (patch) | |
tree | c72f65ae5f715396431d7b9e3662b97ca26e020e /sys/arch | |
parent | a6ae1ee142cdfef4ff7e19eef3d16478c7fdb6ff (diff) |
compile
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/pci/sio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/sio.c b/sys/arch/alpha/pci/sio.c index 1922113676a..fd9116be60b 100644 --- a/sys/arch/alpha/pci/sio.c +++ b/sys/arch/alpha/pci/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.11 1998/01/05 13:35:17 deraadt Exp $ */ +/* $OpenBSD: sio.c,v 1.12 1998/01/07 07:39:58 niklas Exp $ */ /* $NetBSD: sio.c,v 1.15 1996/12/05 01:39:36 cgd Exp $ */ /* @@ -143,7 +143,6 @@ sioattach(parent, self, aux) { struct sio_softc *sc = (struct sio_softc *)self; struct pci_attach_args *pa = aux; - char devinfo[256]; printf("\n"); |