summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/998-arping_missing_includes.patch
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-05-26 01:02:55 +0300
committerRoman Yeryomin <roman@advem.lv>2013-05-26 01:02:55 +0300
commit342045a35b1981a89e4bc80842b10c065e1050da (patch)
tree4140720b20e8d641c11da882010d6130a75fef21 /package/busybox/patches/998-arping_missing_includes.patch
parent7338133dde8238afce34676214b494c8db96689b (diff)
parent1a116ce7818ecee5d167a9c0ebb1a0feca9120e6 (diff)
Merge trunk into realtek-unstable
Conflicts: Config.in feeds.conf.default package/base-files/files/etc/hotplug2-common.rules package/network/config/netifd/files/etc/init.d/network
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 07c7dd4c0..a9d4a62af 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>