diff options
Diffstat (limited to 'mdadm.h')
-rw-r--r-- | mdadm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ enum special_options { #define UnSet (0xfffe) typedef struct mddev_ident_s { char *devname; - + int uuid_set; int uuid[4]; char name[33]; |