* include/cygwin/socket.h: Define SOL_IPV6.
This commit is contained in:
parent
2addcd0830
commit
a8fdf91d85
|
@ -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>
|
2009-04-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* ctype.cc (__set_ctype): Copy exact part of the current active
|
* ctype.cc (__set_ctype): Copy exact part of the current active
|
||||||
|
|
|
@ -198,6 +198,7 @@ struct OLD_msghdr
|
||||||
|
|
||||||
/* Setsockoptions(2) level. Thanks to BSD these must match IPPROTO_xxx */
|
/* Setsockoptions(2) level. Thanks to BSD these must match IPPROTO_xxx */
|
||||||
#define SOL_IP 0
|
#define SOL_IP 0
|
||||||
|
#define SOL_IPV6 41
|
||||||
#define SOL_IPX 256
|
#define SOL_IPX 256
|
||||||
#define SOL_AX25 257
|
#define SOL_AX25 257
|
||||||
#define SOL_ATALK 258
|
#define SOL_ATALK 258
|
||||||
|
|
Loading…
Reference in New Issue