1 Index: busybox-1.7.2/include/platform.h
2 ===================================================================
3 --- busybox-1.7.2.orig/include/platform.h 2007-10-30 15:34:59.000000000 -0500
4 +++ busybox-1.7.2/include/platform.h 2007-10-30 15:35:04.000000000 -0500
6 # include <netinet/in.h>
10 #ifndef __socklen_t_defined
11 typedef int socklen_t;
15 /* ---- Compiler dependent settings ------------------------- */
16 #if (defined __digital__ && defined __unix__)
20 /* Largest integral types. */
22 +#if __BIG_ENDIAN__ && !__APPLE__
23 typedef long intmax_t;
24 typedef unsigned long uintmax_t;
26 Index: busybox-1.7.2/include/libbb.h
27 ===================================================================
28 --- busybox-1.7.2.orig/include/libbb.h 2007-10-30 15:34:59.000000000 -0500
29 +++ busybox-1.7.2/include/libbb.h 2007-10-30 15:35:04.000000000 -0500
32 #include <sys/socket.h>
35 #include <sys/statfs.h>
38 #include <sys/types.h>