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

2016-05-23 Thread Thomas Schwinge
Hi! On Tue, 29 Dec 2015 23:11:26 +0100, Flavio Cruz wrote: > procfs: Fix compiler warnings. > > * include/sys/procfs.h: Change uintptr_t to vm_address_t. > * procfs/process.c: Fix format strings. > * procfs/rootdir.c: Add missing casts. (Note that the header file does not relate to the procfs

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

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

[PATCH] fix compiler warnings in hurd/procfs

2015-12-29 Thread Flavio Cruz
--- procfs: Fix compiler warnings. * include/sys/procfs.h: Change uintptr_t to vm_address_t. * procfs/process.c: Fix format strings. * procfs/rootdir.c: Add missing casts. diff --git a/include/sys/procfs.h b/include/sys/procfs.h index ec82308..09d2030 100644 --- a/include/sys/procfs.h +++ b/incl