summaryrefslogtreecommitdiff
path: root/conform/data/netinet/in.h-data
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 16:29:38 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 16:29:38 +0000
commit7c7d34a16f08f84427b3f617313d9633423ad5eb (patch)
tree2c1ac6a7e6b47a49228b905f12b3604dfa4d1dc3 /conform/data/netinet/in.h-data
parent6772d640a4f4874166a61f1859e1660a2913a89d (diff)
parent963c37d5c0eb62b38f8764b23931c0dcdd497a13 (diff)
Merge commit 'refs/top-bases/t/hurdsig-fixes' into t/hurdsig-fixes
Diffstat (limited to 'conform/data/netinet/in.h-data')
-rw-r--r--conform/data/netinet/in.h-data4
1 files changed, 3 insertions, 1 deletions
diff --git a/conform/data/netinet/in.h-data b/conform/data/netinet/in.h-data
index 928432651b..ccc74db608 100644
--- a/conform/data/netinet/in.h-data
+++ b/conform/data/netinet/in.h-data
@@ -1,4 +1,4 @@
-#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4
type in_port_t
type in_addr_t
@@ -92,4 +92,6 @@ allow IPV6_*
allow IPPORT_*
allow IPPROTO_*
allow SOCK_*
+allow sin_*
+allow sin6_*
#endif