Hi!
On Tue, 29 Dec 2015 18:10:27 +0100, Flavio Cruz wrote:
> exec: Fix compiler warnings.
>
> * exec/elfcore.c: Cast arguments to vm_address_t.
> * exec/main.c: Use %lu in asprintf.
> --- a/exec/elfcore.c
> +++ b/exec/elfcore.c
> @@ -408,8 +408,8 @@ dump_core (task_t task, file_t file, off_t co
Applied, thanks!
exec: Fix compiler warnings.
* exec/elfcore.c: Cast arguments to vm_address_t.
* exec/main.c: Use %lu in asprintf.
diff --git a/exec/elfcore.c b/exec/elfcore.c
index 3e4551e..4840217 100644
--- a/exec/elfcore.c
+++ b/exec/elfcore.c
@@ -408,8 +408,8 @@ dump_core (task_t task, file_t file, off_t c