Re: [PATCH 2/3] utils/vmstat: Use gnumach.defs from gnumach

2013-05-13 Thread Richard Braun
On Wed, May 01, 2013 at 09:10:34PM -0400, David Michael wrote: > The gnumach installation provides the include file mach/gnumach.defs > instead of mach/gnumach.h. This runs the defs file through MIG and > builds the result for vmstat. Sorry for reacting late but I don't see the point of that chan

Re: unused variables

2013-05-13 Thread Samuel Thibault
Miguel Figueiredo, le Mon 13 May 2013 22:06:25 +0100, a écrit : > noticed a warning on unused variables: Indeed. Please see the GNU Changelog format in the GNU coding style, and the changelog entry I've written for the commit of your fix. Please provide it along your future patches. Samuel

unused variables

2013-05-13 Thread Miguel Figueiredo
Hi all, noticed a warning on unused variables: --- a/kern/slab.c +++ b/kern/slab.c @@ -1319,7 +1319,6 @@ void kalloc_init(void) { char name[KMEM_CACHE_NAME_SIZE]; size_t i, size; -vm_offset_t min, max; size = 1 << KALLOC_FIRST_SHIFT; -- Melhores cumprimentos/Best regards,

Re: gdb: FTBFS on hurd-i386 (for review)

2013-05-13 Thread Svante Signell
On Sat, 2013-05-11 at 12:03 +0200, Svante Signell wrote: > Samuel, > > as written in > http://lists.debian.org/debian-hurd/2012/09/msg00018.html > replied to here gdb has a PATH_MAX issue in addition to the MACH issue. > See the second part of the patch below. This fix was not submitted as a > De