[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170214.221827.1737017127401316605.davem@davemloft.net>
Date: Tue, 14 Feb 2017 22:18:27 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: ldv@...linux.org
Cc: asbjorn@...jorn.st, jchapman@...alix.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] uapi: fix linux/if_pppol2tp.h userspace compilation
errors
From: "Dmitry V. Levin" <ldv@...linux.org>
Date: Wed, 15 Feb 2017 05:23:26 +0300
> Because of <linux/libc-compat.h> interface limitations, <netinet/in.h>
> provided by libc cannot be included after <linux/in.h>, therefore any
> header that includes <netinet/in.h> cannot be included after <linux/in.h>.
>
> Change uapi/linux/l2tp.h, the last uapi header that includes
> <netinet/in.h>, to include <linux/in.h> and <linux/in6.h> instead of
> <netinet/in.h> and use __SOCK_SIZE__ instead of sizeof(struct sockaddr)
> the same way as uapi/linux/in.h does, to fix linux/if_pppol2tp.h userspace
> compilation errors like this:
>
> In file included from /usr/include/linux/l2tp.h:12:0,
> from /usr/include/linux/if_pppol2tp.h:21,
> /usr/include/netinet/in.h:31:8: error: redefinition of 'struct in_addr'
>
> Fixes: 47c3e7783be4 ("net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*")
> Signed-off-by: Dmitry V. Levin <ldv@...linux.org>
> ---
> v2: change uapi/linux/l2tp.h to fix <linux/if_pppol2tp.h>
This looks a lot better.
Applied and queued up for -stable, thanks.
Powered by blists - more mailing lists