* include/cygwin/socket.h: Define SOL_IPV6.

This commit is contained in:
Christopher Faylor 2009-04-27 04:31:22 +00:00
parent 2addcd0830
commit a8fdf91d85
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-04-26 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/cygwin/socket.h: Define SOL_IPV6.
2009-04-21 Corinna Vinschen <corinna@vinschen.de>
* ctype.cc (__set_ctype): Copy exact part of the current active

View File

@ -198,6 +198,7 @@ struct OLD_msghdr
/* Setsockoptions(2) level. Thanks to BSD these must match IPPROTO_xxx */
#define SOL_IP 0
#define SOL_IPV6 41
#define SOL_IPX 256
#define SOL_AX25 257
#define SOL_ATALK 258