Re: [PATCH 13/20] inflate: (arch) kill silly zlib typedefs

From: Geert Uytterhoeven
Date: Mon Oct 31 2005 - 16:07:16 EST


On Mon, 31 Oct 2005, Matt Mackall wrote:
> inflate: remove legacy type definitions from callers
>
> This replaces the legacy zlib typedefs and usage with kernel types in
> all the inflate users.

> -static ulg free_mem_ptr;
> -static ulg free_mem_ptr_end;
> +static u32 free_mem_ptr;
> +static u32 free_mem_ptr_end;

Bang, on 64-bit platforms...

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/