summaryrefslogtreecommitdiff
path: root/include/netinet/ip_tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netinet/ip_tcp.h')
-rw-r--r--include/netinet/ip_tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netinet/ip_tcp.h b/include/netinet/ip_tcp.h
index 39111f275..600aebc1c 100644
--- a/include/netinet/ip_tcp.h
+++ b/include/netinet/ip_tcp.h
@@ -24,7 +24,7 @@
#include <linux/socket.h>
#include <sys/types.h>
-typedef u_long tcp_seq;
+typedef u_int32_t tcp_seq;
/*
* TCP header.
* Per RFC 793, September, 1981.