From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: uapi: includes linux/types.h Date: Wed, 23 May 2018 09:49:08 +0200 Message-ID: <20180523074907.rw5n2qyapc5m5jdk@salvia> References: <20180523070326.15968-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kadlec@blackhole.kfki.hu, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, coreteam@netfilter.org To: YueHaibing Return-path: Received: from mail.us.es ([193.147.175.20]:54436 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754465AbeEWHtM (ORCPT ); Wed, 23 May 2018 03:49:12 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 1C2151E8FAC for ; Wed, 23 May 2018 09:48:08 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 07DB49D5D0 for ; Wed, 23 May 2018 09:48:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180523070326.15968-1-yuehaibing@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, May 23, 2018 at 03:03:26PM +0800, YueHaibing wrote: > gcc-7.3.0 report following warning: > ./usr/include/linux/netfilter/nf_osf.h:27: found __[us]{8,16,32,64} type without #include > > includes linux/types.h to fix it. Thanks. There's already a fix for this in the nf-next queue. commit 01cd267bff52619a53fa05c930ea5ed53493d21a Author: Florian Westphal Date: Tue May 8 10:05:38 2018 +0200 netfilter: fix fallout from xt/nf osf separation