ports/net/tcptraceroute/patches/patch-probe_h

12 lines
291 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- probe.h.orig Sun Apr 29 11:49:51 2007
+++ probe.h Sun Apr 29 11:49:54 2007
@@ -43,7 +43,7 @@ typedef struct {
u_short id, src_prt, dnat_dport;
struct timeval timestamp;
double delta;
- u_long addr, dnat_ip;
+ u_int32_t addr, dnat_ip;
char *state;
char *string;
} proberecord;