diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 22:44:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 22:44:38 +0000 |
commit | 3584d5fb31de58aef717b4eb8b71be4093e10430 (patch) | |
tree | 843d8746c6cd0a612f27c54c9783bbc9100afb44 /ChangeLog | |
parent | 59c8d6e1470a2807736de1aade9a2945bc150b6e (diff) | |
download | glibc-3584d5fb31de58aef717b4eb8b71be4093e10430.tar.gz glibc-3584d5fb31de58aef717b4eb8b71be4093e10430.tar.xz glibc-3584d5fb31de58aef717b4eb8b71be4093e10430.zip |
Update.
* inet/arpa/inet.h: Don't include <sys/types.h>. Define socklen_t if not already happened. * inet/netinet/in.h: Don't include <sys/types.h>, use <bits/types.h>. Don't include <limits.h> and <bits/sockaddr.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e269bb871..3020873392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-01-28 Ulrich Drepper <drepper@redhat.com> + * inet/arpa/inet.h: Don't include <sys/types.h>. Define socklen_t + if not already happened. + * inet/netinet/in.h: Don't include <sys/types.h>, use <bits/types.h>. + Don't include <limits.h> and <bits/sockaddr.h>. + * conform/data/netinet/in.h-data: Allow all of <inttypes.h>. * conform/data/spawn.h-data: Allow all of <sched.h>. |