summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-04-27 04:31:22 +0000
committerChristopher Faylor <me@cgf.cx>2009-04-27 04:31:22 +0000
commita8fdf91d85262507b0f3a6356f260143b3d185ee (patch)
tree25a63f25b957eba548a32ef08baa9f090aa461a1 /winsup/cygwin/include
parent2addcd08303a6bb58b856746a20f495e51ae39b7 (diff)
downloadcygnal-a8fdf91d85262507b0f3a6356f260143b3d185ee.tar.gz
cygnal-a8fdf91d85262507b0f3a6356f260143b3d185ee.tar.bz2
cygnal-a8fdf91d85262507b0f3a6356f260143b3d185ee.zip
* include/cygwin/socket.h: Define SOL_IPV6.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/include/cygwin/socket.h b/winsup/cygwin/include/cygwin/socket.h
index fdb842dc6..44b11b75a 100644
--- a/winsup/cygwin/include/cygwin/socket.h
+++ b/winsup/cygwin/include/cygwin/socket.h
@@ -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