]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp.c
Don't do IPv6 stuff if INET6 isn't defined.
[tcpdump] / print-icmp.c
index 47ba58924aa4ffdb67100d74183413419c247227..59eb007707e0eba1f35eaba9733142e820c70400 100644 (file)
@@ -311,7 +311,8 @@ const char *icmp_tstamp_print(u_int);
 
 /* print the milliseconds since midnight UTC */
 const char *
-icmp_tstamp_print(u_int tstamp) {
+icmp_tstamp_print(u_int tstamp)
+{
     u_int msec,sec,min,hrs;
 
     static char buf[64];