summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-07 07:39:59 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-07 07:39:59 +0000
commit63e8c62ef47731e477613e0f788457a4a289dceb (patch)
treec72f65ae5f715396431d7b9e3662b97ca26e020e /sys/arch
parenta6ae1ee142cdfef4ff7e19eef3d16478c7fdb6ff (diff)
compile
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/pci/sio.c3
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");