merge with mainline

This commit is contained in:
BVK Chaitanya 2010-05-20 13:56:14 +05:30
commit 5ef88f6e95
123 changed files with 4111 additions and 13452 deletions

View file

@ -66,7 +66,7 @@ struct grub_script_arg
/* An argument vector. */
struct grub_script_argv
{
int argc;
unsigned argc;
char **args;
};