OSDN Git Service

* include/cygwin/in.h: Drop including stdint.h. Move definition
authorcorinna <corinna>
Sat, 31 Dec 2005 13:07:42 +0000 (13:07 +0000)
committercorinna <corinna>
Sat, 31 Dec 2005 13:07:42 +0000 (13:07 +0000)
commit54a3192bd3e7330a1c49226b5f512699dc4c93b8
treeecdd42b351343813270671a249e79667467f1c0c
parent607d35aefee288bebc9612c6fd12af8739fb0923
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/in.h
winsup/cygwin/include/cygwin/socket.h
winsup/cygwin/include/sys/un.h