ports/net/tcptraceroute/patches/patch-util_h

12 lines
362 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- util.h.orig Sun Apr 29 11:49:51 2007
+++ util.h Sun Apr 29 11:49:54 2007
@@ -50,6 +50,6 @@ char *sprintable(char *);
int isnumeric(char *);
struct timeval tvdiff(struct timeval *, struct timeval *);
int tvsign(struct timeval *);
-char *iptos(u_long);
-char *iptohost(u_long);
+char *iptos(u_int32_t);
+char *iptohost(u_int32_t);
void debugoptions(void);