diff options
Diffstat (limited to 'sys/arch/macppc/pci/pcibrvar.h')
-rw-r--r-- | sys/arch/macppc/pci/pcibrvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/pci/pcibrvar.h b/sys/arch/macppc/pci/pcibrvar.h index c16136bd24b..94fbc677553 100644 --- a/sys/arch/macppc/pci/pcibrvar.h +++ b/sys/arch/macppc/pci/pcibrvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcibrvar.h,v 1.4 2002/09/15 02:02:44 deraadt Exp $ */ +/* $OpenBSD: pcibrvar.h,v 1.5 2002/09/15 09:01:59 deraadt Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -45,7 +45,7 @@ struct pcibr_config { int config_type; int bus; int pci_init_done; - int node; + int node; }; struct pcibr_softc { |