CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-12-31 13:07:43

Modified files:
        winsup/cygwin  : ChangeLog 
        winsup/cygwin/include/cygwin: in.h socket.h 
        winsup/cygwin/include/sys: un.h 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3300&r2=1.3301
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/in.h.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/socket.h.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/un.h.diff?cvsroot=src&r1=1.3&r2=1.4

Reply via email to