From ef6722750b4518fcb29bf983755b5f02451ef224 Mon Sep 17 00:00:00 2001 From: John Denker Date: Tue, 31 Jul 2012 22:34:58 -0700 Subject: a bunch of files added by the ipv6 patch --- ucspi-tcp-0.88/tryip6.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ucspi-tcp-0.88/tryip6.c (limited to 'ucspi-tcp-0.88/tryip6.c') diff --git a/ucspi-tcp-0.88/tryip6.c b/ucspi-tcp-0.88/tryip6.c new file mode 100644 index 0000000..e0d7cfb --- /dev/null +++ b/ucspi-tcp-0.88/tryip6.c @@ -0,0 +1,8 @@ +#include +#include +#include + +main() { + struct sockaddr_in6 sa; + sa.sin6_family = PF_INET6; +} -- cgit v1.2.3