From: NeilBrown Date: Thu, 7 May 2015 04:46:05 +0000 (+1000) Subject: Add "Name" defines to some ancillary programs X-Git-Tag: mdadm-3.3.3~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42129b3f80b2c2167a79d683eb85cc04f6b3eb0d;p=thirdparty%2Fmdadm.git Add "Name" defines to some ancillary programs All programs now need to declare their "Name". Signed-off-by: NeilBrown Fixes: d56dd607ba43 ("Change way of printing name of a process") --- diff --git a/raid6check.c b/raid6check.c index 76e57a7b..66c3eea0 100644 --- a/raid6check.c +++ b/raid6check.c @@ -30,6 +30,8 @@ #define CHECK_PAGE_BITS (12) #define CHECK_PAGE_SIZE (1 << CHECK_PAGE_BITS) +char const Name[] = "raid6check"; + enum repair { NO_REPAIR = 0, MANUAL_REPAIR, diff --git a/restripe.c b/restripe.c index 6eebb905..30849b76 100644 --- a/restripe.c +++ b/restripe.c @@ -882,6 +882,7 @@ unsigned long long getnum(char *str, char **err) return rv; } +char const Name[] = "test_restripe"; main(int argc, char *argv[]) { /* save/restore file raid_disks chunk_size level layout start length devices...