From 49a411ea7374a4f2bb5d8ed69b99d2cd5a6fee2e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 26 Mar 2008 21:49:58 +0000 Subject: busybox: bump 1.7.x and 1.8.x versions --- package/busybox/busybox-1.8.2-arping.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/busybox/busybox-1.8.2-arping.patch (limited to 'package/busybox/busybox-1.8.2-arping.patch') diff --git a/package/busybox/busybox-1.8.2-arping.patch b/package/busybox/busybox-1.8.2-arping.patch deleted file mode 100644 index 9e1d77e5b..000000000 --- a/package/busybox/busybox-1.8.2-arping.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN busybox-1.8.2/networking/arping.c busybox-1.8.2-arping/networking/arping.c ---- busybox-1.8.2/networking/arping.c 2007-11-10 01:40:47.000000000 +0000 -+++ busybox-1.8.2-arping/networking/arping.c 2007-12-18 10:31:55.000000000 +0000 -@@ -207,7 +207,8 @@ - } - - if (last) { -- printf(" %u.%03ums\n", last / 1000, last % 1000); -+ unsigned diff = MONOTONIC_US() - last; -+ printf(" %u.%03ums\n", diff / 1000, diff % 1000); - } else { - printf(" UNSOLICITED?\n"); - } -- cgit v1.2.3