summaryrefslogtreecommitdiff
path: root/includes/netinet
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-27 23:37:44 +0000
committerTed Lemon <source@isc.org>2000-09-27 23:37:44 +0000
commiteadee3969819bdd7c97a95fea2afcb9e0947e536 (patch)
treed3c1898a8fd404f2b3f5a364b21667518d978895 /includes/netinet
parent639b70fa4527828670b93adf53a6b4d9f67ed69d (diff)
downloadisc-dhcp-eadee3969819bdd7c97a95fea2afcb9e0947e536.tar.gz
Panic commit.
Diffstat (limited to 'includes/netinet')
-rw-r--r--includes/netinet/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/netinet/udp.h b/includes/netinet/udp.h
index c7964dfd..95bc044f 100644
--- a/includes/netinet/udp.h
+++ b/includes/netinet/udp.h
@@ -42,6 +42,6 @@
struct udphdr {
u_int16_t uh_sport; /* source port */
u_int16_t uh_dport; /* destination port */
- int16_t uh_ulen; /* udp length */
+ u_int16_t uh_ulen; /* udp length */
u_int16_t uh_sum; /* udp checksum */
};