Re: [PATCH] fix compiler warnings in hurd/exec

2016-05-23 Thread Thomas Schwinge
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

Re: [PATCH] fix compiler warnings in hurd/exec

2015-12-29 Thread Samuel Thibault
Applied, thanks!

[PATCH] fix compiler warnings in hurd/exec

2015-12-29 Thread Flavio Cruz
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