diff options
-rw-r--r-- | sys/arch/i386/i386/mainbus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/mainbus.c b/sys/arch/i386/i386/mainbus.c index b730f96574f..3372339a90c 100644 --- a/sys/arch/i386/i386/mainbus.c +++ b/sys/arch/i386/i386/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.46 2009/11/23 15:21:05 deraadt Exp $ */ +/* $OpenBSD: mainbus.c,v 1.47 2009/11/23 22:57:38 deraadt Exp $ */ /* $NetBSD: mainbus.c,v 1.21 1997/06/06 23:14:20 thorpej Exp $ */ /* @@ -89,8 +89,8 @@ int mainbus_match(struct device *, void *, void *); void mainbus_attach(struct device *, struct device *, void *); struct cfattach mainbus_ca = { - sizeof(struct device), mainbus_match, mainbus_attach, - NULL, config_activate_children + sizeof(struct device), mainbus_match, mainbus_attach, NULL, + config_activate_children }; struct cfdriver mainbus_cd = { |