aboutsummaryrefslogtreecommitdiff
path: root/trysa6.c
blob: 0fd180c56f16b1df1044b114af082f0889f7ff88 (plain)
1
2
3
4
5
6
7
8
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>

main() {
  struct sockaddr_in6 sa;
  sa.sin6_scope_id = 1;
}