diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-12-31 13:07:43 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-12-31 13:07:43 +0000 |
commit | 1b68dd91cf5a3a2642f2bdb09065dc59a884028b (patch) | |
tree | 5075294e9cb6fb92bc2b765d2be86b9d9a223178 /winsup/cygwin/ChangeLog | |
parent | cf2af34b70169362213576b7e02056eefec3b76b (diff) | |
download | cygnal-1b68dd91cf5a3a2642f2bdb09065dc59a884028b.tar.gz cygnal-1b68dd91cf5a3a2642f2bdb09065dc59a884028b.tar.bz2 cygnal-1b68dd91cf5a3a2642f2bdb09065dc59a884028b.zip |
* include/cygwin/in.h: Drop including stdint.h. Move definition
of in_port_t and in_addr_t to top of file and use throughout. Use
sa_family_t type where appropriate.
(struct in6_addr): Change `unsigned char' to `uint8_t'.
(struct sockaddr_in6): Add sin6_scope_id member. Add comments.
* include/cygwin/socket.h: Include stdint.h. Move definition of
socklen_t to top of file. Define sa_family_t. Define struct
sockaddr_storage as per SUSv3.
* include/sys/un.h: Include cygwin/socket.h. Use sa_family_t type.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 51eb4860a..ad8008f50 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2005-12-31 Corinna Vinschen <corinna@vinschen.de> + + * include/cygwin/in.h: Drop including stdint.h. Move definition + of in_port_t and in_addr_t to top of file and use throughout. Use + sa_family_t type where appropriate. + (struct in6_addr): Change `unsigned char' to `uint8_t'. + (struct sockaddr_in6): Add sin6_scope_id member. Add comments. + * include/cygwin/socket.h: Include stdint.h. Move definition of + socklen_t to top of file. Define sa_family_t. Define struct + sockaddr_storage as per SUSv3. + * include/sys/un.h: Include cygwin/socket.h. Use sa_family_t type. + 2005-12-29 Christopher Faylor <cgf@timesys.com> * fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use |