mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
11 lines
235 B
C
11 lines
235 B
C
--- 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
|
|
/*
|