]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/in.h: Don't define ipv6 stuff unless we call for it
authorChristopher Faylor <me@cgf.cx>
Mon, 8 Sep 2003 00:26:26 +0000 (00:26 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 8 Sep 2003 00:26:26 +0000 (00:26 +0000)
specifically since it isn't really implemented yet.

winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/in.h

index db770a50cb554c6dbad350673e0e2ffbcf5b6c0f..462b999e129ae5944868c1d4cc72c7dfe8c83af4 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-07  Christopher Faylor  <cgf@redhat.com>
+
+       * include/cygwin/in.h: Don't define ipv6 stuff unless we call for it
+       specifically since it isn't really implemented yet.
+
 2003-09-07  Christopher Faylor  <cgf@redhat.com>
 
        * cygheap.cc (_csbrk): More left coercion cleanup.
index a2124552ffd86d328d1a455c8d17c8f7ef387493..76bdaaa3e021581aab82b6f85ae2e513138d435c 100644 (file)
@@ -170,6 +170,7 @@ struct sockaddr_in
 
 #endif
 
+#ifdef USE_IPV6
 /* IPv6 definitions as we start to include them. This is just
    a beginning dont get excited 8) */
 struct in6_addr
@@ -184,4 +185,5 @@ struct sockaddr_in6
   unsigned long sin6_flowinfo;
   struct in6_addr sin6_addr;
 };
+#endif
 #endif /* _CYGWIN_IN_H */
This page took 0.037301 seconds and 5 git commands to generate.