blob: e4e8c0dd459e9bf8fa0a4fd991c180ada4d6d8e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- traceroute.c.orig 2016-09-02 21:07:07 UTC
+++ traceroute.c
@@ -798,7 +803,7 @@ struct opacket {
struct icmp icmp_probe;
} ip_payload;
#endif /* V6.3.0 */
-};
+} __attribute__((packed));
#ifdef SPRAY
/*
|