* grub-core/lib/syslinux_parse.c: Declare timeout unsigned.
This commit is contained in:
parent
c2be6f7ef8
commit
1962ed95cc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/syslinux_parse.c: Declare timeout unsigned.
|
||||
|
||||
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Remove -Wold-style-definition.
|
||||
|
|
|
@ -71,7 +71,7 @@ struct syslinux_menu
|
|||
const char *current_target_directory;
|
||||
const char *filename;
|
||||
grub_size_t commentslen;
|
||||
int timeout;
|
||||
unsigned long timeout;
|
||||
struct syslinux_say *say;
|
||||
grub_syslinux_flavour_t flavour;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue