summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/998-arping_missing_includes.patch
diff options
context:
space:
mode:
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>