On 8/28/12 3:59 PM, Irina Tirdea wrote:
Wrapping asm/byteorder.h will also replace the glibc header, not only the kernel one. asm/byteorder.h further includes architecture dependent headers that define endianess.Some systems (e.g. Android) need constant definitions that depend on endianess (e.g. __constant_htonl). In file included from bionic/libc/include/netinet/tcp.h:32:0, from kernel/intel/tools/perf/util/util.h:74, from kernel/intel/tools/perf/util/cache.h:5, from kernel/intel/tools/perf/util/abspath.c:1: bionic/libc/kernel/common/linux/tcp.h:61:2: error: enumerator value for 'TCP_FLAG_CWR' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:62:2: error: enumerator value for 'TCP_FLAG_ECE' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:63:2: error: enumerator value for 'TCP_FLAG_URG' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:64:2: error: enumerator value for 'TCP_FLAG_ACK' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:65:2: error: enumerator value for 'TCP_FLAG_PSH' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:66:2: error: enumerator value for 'TCP_FLAG_RST' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:67:2: error: enumerator value for 'TCP_FLAG_SYN' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:68:2: error: enumerator value for 'TCP_FLAG_FIN' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:69:2: error: enumerator value for 'TCP_RESERVED_BITS' is not an integer constant bionic/libc/kernel/common/linux/tcp.h:71:1: error: enumerator value for 'TCP_DATA_OFFSET' is not an integer constant
This https://lkml.org/lkml/2012/8/29/150 should fix the netinet/tcp.h build problem.
David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

