diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 09:04:49 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-20 09:04:49 +0000 |
commit | b09d3f77a43abe9cb0c15acab46342b6c93be99e (patch) | |
tree | 8be820784e62486ad58fd744449e72e1e46e7c3d /package/strace/strace-undef-PACKET_MEMBERSHIP.patch | |
parent | 988163764ecd72f113162e0880e8bac7e06e65b2 (diff) | |
download | buildroot-novena-b09d3f77a43abe9cb0c15acab46342b6c93be99e.tar.gz buildroot-novena-b09d3f77a43abe9cb0c15acab46342b6c93be99e.zip |
strace: bump version
Fixes build with 2.6.27 kernel headers
Diffstat (limited to 'package/strace/strace-undef-PACKET_MEMBERSHIP.patch')
-rw-r--r-- | package/strace/strace-undef-PACKET_MEMBERSHIP.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/strace/strace-undef-PACKET_MEMBERSHIP.patch b/package/strace/strace-undef-PACKET_MEMBERSHIP.patch deleted file mode 100644 index cdc9e640b..000000000 --- a/package/strace/strace-undef-PACKET_MEMBERSHIP.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- strace-4.5.14/net.c.oorig 2005-07-05 01:33:38.000000000 +0200 -+++ strace-4.5.14/net.c 2006-10-09 16:35:02.000000000 +0200 -@@ -800,8 +800,12 @@ - - #ifdef SOL_PACKET - static const struct xlat sockpacketoptions[] = { -+#if defined(PACKET_ADD_MEMBERSHIP) - { PACKET_ADD_MEMBERSHIP, "PACKET_ADD_MEMBERSHIP" }, -+#endif -+#if defined(PACKET_DROP_MEMBERSHIP) - { PACKET_DROP_MEMBERSHIP, "PACKET_DROP_MEMBERSHIP"}, -+#endif - #if defined(PACKET_RECV_OUTPUT) - { PACKET_RECV_OUTPUT, "PACKET_RECV_OUTPUT" }, - #endif |