From 77b93390283cc4927f08ceb1bc19f2b2b1dee7c2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 19 Apr 2018 20:14:45 +0200 Subject: hurd: Fix symbols exposition * bits/in.h [!__USE_MISC]: Do not define struct ip_opts. * conform/data/netinet/in.h-data: Allow sin_ and sin6_ prefix. * sysdeps/gnu/bits/msq.h (struct msqid_ds): Use __wait_queue struct instead of wait_queue. * sysdeps/gnu/bits/shm.h (struct shmid_ds): Use __vm_area_struct instead of vm_area_struct. --- conform/data/netinet/in.h-data | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conform') diff --git a/conform/data/netinet/in.h-data b/conform/data/netinet/in.h-data index ac26a74e9e..ccc74db608 100644 --- a/conform/data/netinet/in.h-data +++ b/conform/data/netinet/in.h-data @@ -92,4 +92,6 @@ allow IPV6_* allow IPPORT_* allow IPPROTO_* allow SOCK_* +allow sin_* +allow sin6_* #endif -- cgit v1.2.3