Add missing static qualifiers.

This commit is contained in:
Vladimir Serbinenko 2013-12-21 13:50:13 +01:00
parent ee5283d66b
commit 579ee114b1
4 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
Add missing static qualifiers.
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com> 2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
Add missing includes. Add missing includes.

View file

@ -888,7 +888,7 @@ grub_util_part_to_disk (const char *os_dev, struct stat *st,
return path; return path;
} }
char * static char *
grub_util_get_raid_grub_dev (const char *os_dev) grub_util_get_raid_grub_dev (const char *os_dev)
{ {
char *grub_dev = NULL; char *grub_dev = NULL;

View file

@ -120,7 +120,7 @@ grub_install_copy_file (const char *src,
return 1; return 1;
} }
int static int
grub_install_compress_file (const char *in_name, grub_install_compress_file (const char *in_name,
const char *out_name, const char *out_name,
int is_needed) int is_needed)

View file

@ -536,7 +536,7 @@ is_same_disk (const char *a, const char *b)
} }
} }
char * static char *
get_rndstr (void) get_rndstr (void)
{ {
grub_uint8_t rnd[15]; grub_uint8_t rnd[15];