On 9/25/10 4:15 PM, Andreas Färber wrote:
Haiku does not have asm/types.h. It does have [u]int*_t but not in sys/types.h.
Use C99/POSIX stdint.h types for all platforms.
v1 -> v2:
- Don't just use stdint.h in place of sys/types.h in the Sun/Haiku code path. Suggested by Stefan.
Signed-off-by: Andreas Färber andreas.faerber@web.de Cc: Stefan Reinauer stepan@openbios.org
Thank you! Committed as r863.
Stefan