]> Savannah Git Hosting - gnulib.git/commit
sys_socket: typedef sa_family_t correctly on OS/2 kLIBC
authorKO Myung-Hun <komh78@gmail.com>
Thu, 1 Dec 2016 10:52:43 +0000 (19:52 +0900)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 Dec 2016 11:35:52 +0000 (11:35 +0000)
commit154912b518c6869ac1513da5acc685ec34723cfb
tree762049625b5b33b4f45b8864c8af611c5e33bb95
parentca3ca77fc9e497ff5048a9f1ee0d1acc8e050f51
sys_socket: typedef sa_family_t correctly on OS/2 kLIBC

On OS/2 kLIBC, sa_family_t is unsigned char unless TCPV40HDRS is
defined.

* lib/sys_socket.in.h (sa_family_t): Typedef to unsigned char on
OS/2 kLIBC unless TCPV40HDRS is defined.
ChangeLog
lib/sys_socket.in.h