diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/boot_script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/boot_script.c b/kern/boot_script.c index b2ae901c..d937a26f 100644 --- a/kern/boot_script.c +++ b/kern/boot_script.c @@ -172,7 +172,7 @@ add_list (void *ptr, void ***ptr_list, int *alloc, int *index, int incr) /* Create an argument with TEXT, value type TYPE, and value VAL. Add the argument to the argument list of CMD. */ static struct arg * -add_arg (struct cmd *cmd, char *text, int type, int val) +add_arg (struct cmd *cmd, char *text, int type, long val) { struct arg *arg; |