From 0c6fb98d013e4ffc664935a51adce94254d10f83 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 27 Nov 2009 19:33:20 +0100 Subject: update busybox and default config --- package/busybox/patches/patch-networking_traceroute_c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/busybox/patches/patch-networking_traceroute_c (limited to 'package/busybox/patches/patch-networking_traceroute_c') diff --git a/package/busybox/patches/patch-networking_traceroute_c b/package/busybox/patches/patch-networking_traceroute_c deleted file mode 100644 index 081bf9232..000000000 --- a/package/busybox/patches/patch-networking_traceroute_c +++ /dev/null @@ -1,12 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- busybox-1.13.4.orig/networking/traceroute.c 2008-11-09 18:27:59.000000000 +0100 -+++ busybox-1.13.4/networking/traceroute.c 2009-05-12 16:26:08.000000000 +0200 -@@ -273,7 +273,7 @@ typedef struct outdata { - unsigned char seq; /* sequence number of this packet */ - unsigned char ttl; /* ttl packet left with */ - // UNUSED. Retaining to have the same packet size. -- struct timeval tv_UNUSED PACKED; /* time packet left */ -+ struct timeval tv_UNUSED; /* time packet left */ - } outdata_t; - - struct IFADDRLIST { -- cgit v1.2.3