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
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,
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
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