Re: AXP build

Richard Henderson (rth@cygnus.com)
Mon, 28 Dec 1998 15:53:26 -0800


On Sun, Dec 27, 1998 at 09:10:08PM +0000, Tim Waugh wrote:
> core_lca.c:435: conflicting types for `lca_machine_check'
> proto.h:61: previous declaration of `lca_machine_check'
>
> core_lca.c talks about unsigned longs where proto.h calls them u64s.

Eh? u64 is a typedef for unsigned long. Since C is not a
strongly typed language, they are considered identical.

What compiler are you using?

r~

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/