1 --- busybox-1.3.1/include/platform.h 2006-12-27 05:56:18.000000000 +0100
2 +++ busybox-1.3.1.new/include/platform.h 2007-01-02 18:28:25.000000000 +0100
4 # include <netinet/in.h>
8 #ifndef __socklen_t_defined
13 /* ---- Compiler dependent settings ------------------------- */
18 /* Largest integral types. */
20 +#if __BIG_ENDIAN__ && !__APPLE__
21 typedef long int intmax_t;
22 typedef unsigned long int uintmax_t;
24 --- busybox-1.3.1/include/libbb.h 2006-12-27 05:56:18.000000000 +0100
25 +++ busybox-1.3.1.new/include/libbb.h 2007-01-02 18:29:13.000000000 +0100
38 #include <sys/socket.h>
41 #include <sys/statfs.h>
44 #include <sys/types.h>