Stefan Reinauer wrote:
change prototype. We're stuffing a binary array in here not shorts.
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Index: libpayload/include/libpayload.h
--- libpayload/include/libpayload.h (revision 3488) +++ libpayload/include/libpayload.h (working copy) @@ -154,7 +154,7 @@ int toupper(int c);
/* libc/ipchecksum.c */ -unsigned short ipchksum(const unsigned short *ptr, unsigned long nbytes); +unsigned short ipchksum(const void *ptr, unsigned long nbytes);
Maybe u8?
Anyway;
Acked-by: Peter Stuge peter@stuge.se