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
commit3afbe1669f179d9c3535a9b85167837bb16a82d2 (patch)
treec855cdffb5b1e8ecddf4ee01e26fb282941346b6 /package/busybox/patches/998-arping_missing_includes.patch
parent60dde219d42e576f0d9b7cd14f7becda9172b692 (diff)
downloadupstream-3afbe1669f179d9c3535a9b85167837bb16a82d2.tar.gz
upstream-3afbe1669f179d9c3535a9b85167837bb16a82d2.tar.bz2
upstream-3afbe1669f179d9c3535a9b85167837bb16a82d2.zip
busybox: add an upstream ntpd fix (#12841)
SVN-Revision: 35239
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>