Miguel Figueiredo, le Sat 25 May 2013 11:54:47 +0100, a écrit :
> 2013-05-14 Miguel Figueiredo <[email protected]>
>
> * mach-defpager/kalloc.c (kalloc_init): remove unused variables
Applied, thanks.
> diff --git a/mach-defpager/kalloc.c b/mach-defpager/kalloc.c
> index 8efb85f..2f42509 100644
> --- a/mach-defpager/kalloc.c
> +++ b/mach-defpager/kalloc.c
> @@ -92,8 +92,6 @@ boolean_t kalloc_initialized = FALSE;
>
> void kalloc_init(void)
> {
> - vm_offset_t min, max;
> - vm_size_t size;
> register int i;
Please take care when copy/pasting a patch. The source code has tabs,
not spaces. I usually rather ask my editor to read from the patch file
(i.e. :r in vim for instance)
Samuel