diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-10-25 17:57:53 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-10-25 17:57:53 +0000 |
commit | 430d30d837db3ba56a7c19a55fed18a78728b93f (patch) | |
tree | 3befa5b07bb47bd5b8369c3bd655d60f74ea009c /sys/netinet/udp.h | |
parent | 484141f666b97712be121ac82cab0e03052df8c5 (diff) | |
download | src-test2-430d30d837db3ba56a7c19a55fed18a78728b93f.tar.gz src-test2-430d30d837db3ba56a7c19a55fed18a78728b93f.zip |
Notes
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 */ }; |