artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ee01d
)
Fix a compile warning
author
tholo
<tholo@openbsd.org>
Sat, 19 Apr 1997 21:51:29 +0000
(21:51 +0000)
committer
tholo
<tholo@openbsd.org>
Sat, 19 Apr 1997 21:51:29 +0000
(21:51 +0000)
sys/arch/alpha/pci/pci_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/pci/pci_machdep.c
b/sys/arch/alpha/pci/pci_machdep.c
index
f24271a
..
e457fb3
100644
(file)
--- a/
sys/arch/alpha/pci/pci_machdep.c
+++ b/
sys/arch/alpha/pci/pci_machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pci_machdep.c,v 1.
7 1997/01/24 19:57:52 niklas Exp $
*/
+/* $OpenBSD: pci_machdep.c,v 1.
8 1997/04/19 21:51:29 tholo Exp $
*/
/* $NetBSD: pci_machdep.c,v 1.7 1996/11/19 04:57:32 cgd Exp $ */
/*
@@
-63,7
+63,10
@@
pci_display_console(iot, memt, pc, bus, device, function)
{
pcitag_t tag;
pcireg_t id, class;
- int match, nmatch;
+ int match;
+#if NVGA_PCI || NTGA
+ int nmatch;
+#endif
void (*fn) __P((bus_space_tag_t, bus_space_tag_t, pci_chipset_tag_t,
int, int, int));