summary refs log tree commit diff
path: root/inet/netinet/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'inet/netinet/tcp.h')
-rw-r--r--inet/netinet/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/netinet/tcp.h b/inet/netinet/tcp.h
index 6b77ff663a..bc821e173e 100644
--- a/inet/netinet/tcp.h
+++ b/inet/netinet/tcp.h
@@ -33,7 +33,7 @@
  *	@(#)tcp.h	8.1 (Berkeley) 6/10/93
  */
 
-typedef	u_long	tcp_seq;
+typedef	unsigned int	tcp_seq;
 /*
  * TCP header.
  * Per RFC 793, September, 1981.