diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-26 18:11:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-26 18:11:31 +0000 |
commit | e65a6679f07124fc2ab8b00c68a8ea4d1c628fb5 (patch) | |
tree | 7e41fea592b5b56d681d59dd918d67dc6fe1dbf2 /ChangeLog | |
parent | e8210ece6e1f5e9e8fc779192bd7c0a108395d86 (diff) | |
download | glibc-e65a6679f07124fc2ab8b00c68a8ea4d1c628fb5.tar.gz glibc-e65a6679f07124fc2ab8b00c68a8ea4d1c628fb5.tar.xz glibc-e65a6679f07124fc2ab8b00c68a8ea4d1c628fb5.zip |
* sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_t
type instead of uint16_t. Formatting.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f17c818c75..67df0af51c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-26 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_t + type instead of uint16_t. Formatting. + 2004-10-25 Roland McGrath <roland@redhat.com> * login/openpty.c (openpty): Add libutil_hidden_def. |