X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=misc%2Fe2initrd_helper.c;h=436aab8c4e016fdaeb006bae9c00dc6a1f678b08;hb=35f42179b77f858408aec9f83465ced7b9b117aa;hp=aa97557c5165e5719e5e3019bca37b9382d44a12;hpb=e3507739e4185bdb2394928eb6479e48f4e690a8;p=tools%2Fe2fsprogs.git diff --git a/misc/e2initrd_helper.c b/misc/e2initrd_helper.c index aa97557..436aab8 100644 --- a/misc/e2initrd_helper.c +++ b/misc/e2initrd_helper.c @@ -35,12 +35,12 @@ extern char *optarg; #include "ext2fs/ext2_fs.h" #include "ext2fs/ext2fs.h" #include "blkid/blkid.h" +#include "support/nls-enable.h" #include "../version.h" -#include "nls-enable.h" -const char * program_name = "e2initrd_helper"; -char * device_name; +static const char * program_name = "e2initrd_helper"; +static char * device_name; static int open_flag; static int root_type; static blkid_cache cache = NULL;