[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211227180821.00ec2e98@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net>
Date: Mon, 27 Dec 2021 18:08:21 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: "Dmitry V. Levin" <ldv@...linux.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Arnd Bergmann <arnd@...db.de>, netdev@...r.kernel.org
Subject: Re: [PATCH v2] uapi: fix linux/nfc.h userspace compilation errors
On Sun, 26 Dec 2021 16:01:27 +0300 Dmitry V. Levin wrote:
> Replace sa_family_t with __kernel_sa_family_t to fix the following
> linux/nfc.h userspace compilation errors:
>
> /usr/include/linux/nfc.h:266:2: error: unknown type name 'sa_family_t'
> sa_family_t sa_family;
> /usr/include/linux/nfc.h:274:2: error: unknown type name 'sa_family_t'
> sa_family_t sa_family;
>
> Fixes: 23b7869c0fd0 ("NFC: add the NFC socket raw protocol")
> Fixes: d646960f7986 ("NFC: Initial LLCP support")
> Cc: <stable@...r.kernel.org>
> Signed-off-by: Dmitry V. Levin <ldv@...linux.org>
Applied to net:
commit 7175f02c4e5f ("uapi: fix linux/nfc.h userspace compilation errors")
thanks!
Powered by blists - more mailing lists