* 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

@ -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