aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2010-01-30 12:11:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2010-01-30 12:11:21 +0000
commite2b36efde5fd60df4195a726045f06e2feb6de5e (patch)
tree0428caa194477848d7ded485aef89b371b9ecf37 /sys/boot
parent6d41eae028e76358093cf450b69369ef0b9f973f (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ofw/libofw/ofw_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/sys/boot/ofw/libofw/ofw_disk.c
index c3649841c5e0..aaad196eefde 100644
--- a/sys/boot/ofw/libofw/ofw_disk.c
+++ b/sys/boot/ofw/libofw/ofw_disk.c
@@ -67,7 +67,7 @@ struct opened_dev {
SLIST_ENTRY(opened_dev) link;
};
-SLIST_HEAD(, opened_dev) opened_devs = SLIST_HEAD_INITIALIZER(opened_dev);
+SLIST_HEAD(, opened_dev) opened_devs = SLIST_HEAD_INITIALIZER(opened_devs);
static int
ofwd_init(void)