From a0a3c954b198cedeed59562a6aa0205b5c2fb012 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 28 Jun 2004 17:25:06 +0000 Subject: oops --- sys/arch/alpha/pci/pci_6600.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha') diff --git a/sys/arch/alpha/pci/pci_6600.c b/sys/arch/alpha/pci/pci_6600.c index 0bb50fe4afd..aad8df90c2d 100644 --- a/sys/arch/alpha/pci/pci_6600.c +++ b/sys/arch/alpha/pci/pci_6600.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_6600.c,v 1.11 2004/06/28 02:28:43 aaron Exp $ */ +/* $OpenBSD: pci_6600.c,v 1.12 2004/06/28 17:25:05 deraadt Exp $ */ /* $NetBSD: pci_6600.c,v 1.5 2000/06/06 00:50:15 thorpej Exp $ */ /*- @@ -187,7 +187,7 @@ dec_6600_intr_string(acv, ih) pci_intr_handle_t ih; { - static const char irqfmt[] = "%lddec6600"; + static const char irqfmt[] = "dec 6600 irq %ld"; static char irqstr[sizeof irqfmt]; #if NSIO -- cgit v1.2.3