aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r--networking/traceroute.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 582840af6..c0b4a3fd2 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -729,6 +729,10 @@ pr_type(unsigned char t)
729} 729}
730#endif 730#endif
731 731
732#if !ENABLE_FEATURE_TRACEROUTE_VERBOSE
733#define packet_ok(buf, cc, from, seq) \
734 packet_ok(buf, cc, seq)
735#endif
732static int 736static int
733packet_ok(unsigned char *buf, int cc, struct sockaddr_in *from, int seq) 737packet_ok(unsigned char *buf, int cc, struct sockaddr_in *from, int seq)
734{ 738{