summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.10.0-tcpudp.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-22 09:37:22 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-22 09:37:22 +0000
commit7581683ef8773d827d2aa60871076f44b9386c6c (patch)
tree5895fd81456451f6a657d541394db597b0e1e2b0 /package/busybox/busybox-1.10.0-tcpudp.patch
parent12ea7146cb0194953edd7814a096ae96e01744f4 (diff)
downloadbuildroot-novena-7581683ef8773d827d2aa60871076f44b9386c6c.tar.gz
buildroot-novena-7581683ef8773d827d2aa60871076f44b9386c6c.zip
busybox: bump version
Diffstat (limited to 'package/busybox/busybox-1.10.0-tcpudp.patch')
-rw-r--r--package/busybox/busybox-1.10.0-tcpudp.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/busybox/busybox-1.10.0-tcpudp.patch b/package/busybox/busybox-1.10.0-tcpudp.patch
deleted file mode 100644
index 1a9b97b59..000000000
--- a/package/busybox/busybox-1.10.0-tcpudp.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- busybox-1.10.0/networking/tcpudp.c Thu Mar 20 12:46:42 2008
-+++ busybox-1.10.0-tcpudp/networking/tcpudp.c Mon Mar 31 21:27:38 2008
-@@ -29,10 +29,10 @@
- * - don't know how to retrieve ORIGDST for udp.
- */
-
--#include <limits.h>
--#include <linux/netfilter_ipv4.h> /* wants <limits.h> */
--
- #include "libbb.h"
-+/* Wants <limits.h> etc, thus included after libbb.h: */
-+#include <linux/netfilter_ipv4.h>
-+
- // TODO: move into this file:
- #include "tcpudp_perhost.h"
-