From d2f8d5ab46fe67b2f03387be9e6f38ffe5f227ba Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 Jan 2020 17:37:49 +0100 Subject: sys/linux: fix sigset_t/sigaction layout on arm Update #590 --- sys/linux/mptcp.txt.warn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/linux/mptcp.txt.warn') diff --git a/sys/linux/mptcp.txt.warn b/sys/linux/mptcp.txt.warn index a203eaeff..65da5c6f1 100644 --- a/sys/linux/mptcp.txt.warn +++ b/sys/linux/mptcp.txt.warn @@ -1,12 +1,12 @@ compiler: unsupported struct: mptcp_capable_option due to missing const OPTION_MP_CAPABLE [arm64] compiler: unsupported struct: mptcp_add_addr_option due to missing const OPTION_ADD_ADDR [arm64] -no-such-struct: mptcp_mp_join_option compiler: unsupported struct: mptcp_mp_join_option due to missing const OPTION_MP_JOIN [arm64] -no-such-struct: mptcp_syn_option +no-such-struct: mptcp_mp_join_option compiler: unsupported struct: mptcp_syn_option due to missing const OPTION_TYPE_SYN [arm64] -no-such-struct: mptcp_synack_option +no-such-struct: mptcp_syn_option compiler: unsupported struct: mptcp_synack_option due to missing const OPTION_TYPE_SYNACK [arm64] +no-such-struct: mptcp_synack_option compiler: unsupported struct: mptcp_ack_option due to missing const OPTION_TYPE_ACK [arm64] -no-such-struct: mptcp_mp_fclose_option compiler: unsupported struct: mptcp_mp_fclose_option due to missing const OPTION_MP_FCLOSE [arm64] +no-such-struct: mptcp_mp_fclose_option compiler: unsupported struct: mptcp_remove_addr_option due to missing const OPTION_REMOVE_ADDR [arm64] -- cgit mrf-deployment