aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 5d4f91d05917..800684e9e63b 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -256,7 +256,7 @@ struct md_s {
unsigned opencount;
unsigned fwheads;
unsigned fwsectors;
- char ident[32];
+ char ident[DISK_IDENT_SIZE];
unsigned flags;
char name[20];
struct proc *procp;