aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/998-arping_missing_includes.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-01-19 10:11:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-01-19 10:11:34 +0000
commit4dce17cf6394470488b9d66bc2182018d6b5f5c2 (patch)
tree305bc2d9a9c95522bd835c97169e878c530b532a /package/busybox/patches/998-arping_missing_includes.patch
parent473bbcc2c25aee2f8eb1abc14a55abbbc4f4c14a (diff)
downloadupstream-4dce17cf6394470488b9d66bc2182018d6b5f5c2.tar.gz
upstream-4dce17cf6394470488b9d66bc2182018d6b5f5c2.tar.bz2
upstream-4dce17cf6394470488b9d66bc2182018d6b5f5c2.zip
busybox: add an upstream ntpd fix (#12841)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/998-arping_missing_includes.patch')
-rw-r--r--package/busybox/patches/998-arping_missing_includes.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/busybox/patches/998-arping_missing_includes.patch b/package/busybox/patches/998-arping_missing_includes.patch
index 07c7dd4c00..a9d4a62af3 100644
--- a/package/busybox/patches/998-arping_missing_includes.patch
+++ b/package/busybox/patches/998-arping_missing_includes.patch
@@ -1,6 +1,5 @@
-diff -urN busybox-1.19.4/networking/arping.c busybox-1.19.4.new/networking/arping.c
---- busybox-1.19.4/networking/arping.c 2012-02-04 20:24:55.000000000 +0100
-+++ busybox-1.19.4.new/networking/arping.c 2012-11-23 17:22:13.753252564 +0100
+--- a/networking/arping.c
++++ b/networking/arping.c
@@ -24,6 +24,8 @@
#include <arpa/inet.h>