patch-networking_traceroute_c 586 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- busybox-1.13.4.orig/networking/traceroute.c 2008-11-09 18:27:59.000000000 +0100
  3. +++ busybox-1.13.4/networking/traceroute.c 2009-05-12 16:26:08.000000000 +0200
  4. @@ -273,7 +273,7 @@ typedef struct outdata {
  5. unsigned char seq; /* sequence number of this packet */
  6. unsigned char ttl; /* ttl packet left with */
  7. // UNUSED. Retaining to have the same packet size.
  8. - struct timeval tv_UNUSED PACKED; /* time packet left */
  9. + struct timeval tv_UNUSED; /* time packet left */
  10. } outdata_t;
  11. struct IFADDRLIST {