diff options
Diffstat (limited to 'super-gpt.c')
-rw-r--r-- | super-gpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/super-gpt.c b/super-gpt.c index 982b4e9b..116e5686 100644 --- a/super-gpt.c +++ b/super-gpt.c @@ -156,7 +156,7 @@ static int store_gpt(struct supertype *st, int fd) return 0; } -static void getinfo_gpt(struct supertype *st, struct mdinfo *info) +static void getinfo_gpt(struct supertype *st, struct mdinfo *info, char *map) { struct GPT *gpt = st->sb + 512; struct GPT_part_entry *gpe = st->sb + 1024; |