also install required files for HAVE_INCLUDES
[buildroot.git] / package / strace / strace-1.4.15-undef-PACKET_MEMBERSHIP.patch
blobcdc9e640b7555d2b67737c0ced3cb9869907d266
1 --- strace-4.5.14/net.c.oorig 2005-07-05 01:33:38.000000000 +0200
2 +++ strace-4.5.14/net.c 2006-10-09 16:35:02.000000000 +0200
3 @@ -800,8 +800,12 @@
5 #ifdef SOL_PACKET
6 static const struct xlat sockpacketoptions[] = {
7 +#if defined(PACKET_ADD_MEMBERSHIP)
8 { PACKET_ADD_MEMBERSHIP, "PACKET_ADD_MEMBERSHIP" },
9 +#endif
10 +#if defined(PACKET_DROP_MEMBERSHIP)
11 { PACKET_DROP_MEMBERSHIP, "PACKET_DROP_MEMBERSHIP"},
12 +#endif
13 #if defined(PACKET_RECV_OUTPUT)
14 { PACKET_RECV_OUTPUT, "PACKET_RECV_OUTPUT" },
15 #endif