aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-24 19:46:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-24 19:46:26 +0000
commit5d445dcb4eba34ecbe64a6eb7e68d6fc47a22bd8 (patch)
tree230bb2cf5acec4e26fd91af8ec397cff32fc2d05 /sys/dev
parent96aa42527e44b751ff8bd313cee0ef1079fd2a67 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/md/md.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 034fa07afd3ef..94fa730a9124d 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -336,9 +336,7 @@ s_write(struct indir *ip, off_t offset, uintptr_t ptr)
struct g_class g_md_class = {
- "MD",
- NULL,
- NULL,
+ .name = "MD",
G_CLASS_INITIALIZER
};