diff options
Diffstat (limited to 'sys/netinet/udp.h')
-rw-r--r-- | sys/netinet/udp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index d47ea918a458..3aeb522978a4 100644 --- a/sys/netinet/udp.h +++ b/sys/netinet/udp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)udp.h 8.1 (Berkeley) 6/10/93 - * $Id: udp.h,v 1.2 1994/08/02 07:49:22 davidg Exp $ + * $Id: udp.h,v 1.3 1994/08/21 05:27:41 paul Exp $ */ #ifndef _NETINET_UDP_H_ @@ -44,7 +44,7 @@ struct udphdr { u_short uh_sport; /* source port */ u_short uh_dport; /* destination port */ - short uh_ulen; /* udp length */ + u_short uh_ulen; /* udp length */ u_short uh_sum; /* udp checksum */ }; |