diff options
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r-- | networking/traceroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c index 4e6ca2d9b..29cebfa61 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -819,7 +819,7 @@ packet_ok(unsigned char *buf, int cc, struct sockaddr_in *from, int seq) | |||
819 | * If the nflag has been supplied, give | 819 | * If the nflag has been supplied, give |
820 | * numeric value, otherwise try for symbolic name. | 820 | * numeric value, otherwise try for symbolic name. |
821 | */ | 821 | */ |
822 | static inline void | 822 | static void |
823 | print_inetname(struct sockaddr_in *from) | 823 | print_inetname(struct sockaddr_in *from) |
824 | { | 824 | { |
825 | const char *ina; | 825 | const char *ina; |
@@ -836,7 +836,7 @@ print_inetname(struct sockaddr_in *from) | |||
836 | } | 836 | } |
837 | } | 837 | } |
838 | 838 | ||
839 | static inline void | 839 | static void |
840 | print(unsigned char *buf, int cc, struct sockaddr_in *from) | 840 | print(unsigned char *buf, int cc, struct sockaddr_in *from) |
841 | { | 841 | { |
842 | struct ip *ip; | 842 | struct ip *ip; |