freebsd-ports/net/tcpxtract/files/extra-patch-tcpxtract.c
MANTANI Nobutaka bbca3395da Fix build error on 4-stable.
Reported by:	pointyhat via kris
2006-02-04 16:42:14 +00:00

11 lines
303 B
C

--- tcpxtract.c.orig Sat Feb 4 23:57:57 2006
+++ tcpxtract.c Sat Feb 4 23:58:07 2006
@@ -68,7 +68,7 @@
slist_t *sessions;
-static uintmax_t num_packets; /* the running total of packets */
+static uint64_t num_packets; /* the running total of packets */
enum protos {
TCP_PROTO = 6,