summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-13 20:49:35 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-13 20:49:35 +0000
commite147608e7d951ee0873d0bf855e98dcbd0230830 (patch)
treeeb0982752b774f1303397926add6c2b9688e7cfb /package
parentf85cd12c170850aa44ba4bf12d2dfcc31e9716ed (diff)
downloadbuildroot-novena-e147608e7d951ee0873d0bf855e98dcbd0230830.tar.gz
buildroot-novena-e147608e7d951ee0873d0bf855e98dcbd0230830.zip
busybox 1.10.3 patch
Diffstat (limited to 'package')
-rw-r--r--package/busybox/busybox-1.10.3-tcpudp.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.10.3-tcpudp.patch b/package/busybox/busybox-1.10.3-tcpudp.patch
new file mode 100644
index 000000000..f46669397
--- /dev/null
+++ b/package/busybox/busybox-1.10.3-tcpudp.patch
@@ -0,0 +1,10 @@
+--- busybox-1.10.3/networking/tcpudp.c Sat Apr 19 06:03:13 2008
++++ busybox-1.10.3-tcpudp/networking/tcpudp.c Fri Jun 13 11:38:54 2008
+@@ -31,6 +31,7 @@
+
+ #include "libbb.h"
+ /* Wants <limits.h> etc, thus included after libbb.h: */
++#include <linux/types.h> /* for __be32 etc */
+ #include <linux/netfilter_ipv4.h>
+
+ // TODO: move into this file: