CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-02-11 12:42:30

Modified files:
        winsup/cygwin  : ChangeLog 
        winsup/cygwin/include: endian.h 
        winsup/cygwin/include/arpa: nameser_compat.h 
        winsup/cygwin/include/asm: byteorder.h 
        winsup/cygwin/include/netinet: ip.h tcp.h 
        winsup/cygwin/include/sys: param.h 
Added files:
        winsup/cygwin/include/bits: endian.h 

Log message:
        * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,
        and __BYTE_ORDER into ...
        * include/bits/endian.h: New file.
        * include/arpa/nameser_compat.h: Include endian.h rather than defining
        BYTE_ORDER here.
        * include/asm/byteorder.h: Include bits/endian.h.  Drop definition of
        __LITTLE_ENDIAN.
        * include/netinet/ip.h: Include bits/endian.h.  Drop definitions of
        BIG_ENDIAN, LITTLE_ENDIAN, and BYTE_ORDER.  Use underscored variants
        of aforementioned constants.
        * include/netinet/tcp.h: Ditto.
        * include/sys/param.h: Drop disabled definitions of BIG_ENDIAN,
        LITTLE_ENDIAN, and BYTE_ORDER.
        
        * include/netinet/ip.h: Reformat.  Define setsockopt IP_TOS options
        matching recent RFCs.  Tweak comments.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5153&r2=1.5154
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/endian.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/arpa/nameser_compat.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/asm/byteorder.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/bits/endian.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/netinet/ip.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/netinet/tcp.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/param.h.diff?cvsroot=src&r1=1.8&r2=1.9

Reply via email to