aboutsummaryrefslogtreecommitdiff
path: root/trysa6.c
diff options
context:
space:
mode:
Diffstat (limited to 'trysa6.c')
-rw-r--r--trysa6.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/trysa6.c b/trysa6.c
new file mode 100644
index 0000000..0fd180c
--- /dev/null
+++ b/trysa6.c
@@ -0,0 +1,8 @@
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
+main() {
+ struct sockaddr_in6 sa;
+ sa.sin6_scope_id = 1;
+}