diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-24 19:46:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-24 19:46:26 +0000 |
| commit | 5d445dcb4eba34ecbe64a6eb7e68d6fc47a22bd8 (patch) | |
| tree | 230bb2cf5acec4e26fd91af8ec397cff32fc2d05 /sys/dev | |
| parent | 96aa42527e44b751ff8bd313cee0ef1079fd2a67 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/md/md.c | 4 |
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 }; |
