From 531f8f29a1b7e1e205a206f2b03e77638bc0ede0 Mon Sep 17 00:00:00 2001 From: Lectem Date: Tue, 12 Jan 2016 17:36:45 -0500 Subject: [PATCH] fix PF_INET6 value --- libctru/include/sys/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/sys/socket.h b/libctru/include/sys/socket.h index 597deb2..b89f896 100644 --- a/libctru/include/sys/socket.h +++ b/libctru/include/sys/socket.h @@ -7,7 +7,7 @@ #define PF_UNSPEC 0 #define PF_INET 2 -#define PF_INET6 10 +#define PF_INET6 23 #define AF_UNSPEC PF_UNSPEC #define AF_INET PF_INET