From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A553CA0EC3 for ; Tue, 12 Sep 2023 02:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240168AbjILCr2 (ORCPT ); Mon, 11 Sep 2023 22:47:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239949AbjILCrQ (ORCPT ); Mon, 11 Sep 2023 22:47:16 -0400 Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [IPv6:2001:780:45:1d:225:90ff:fe52:c662]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F806412E2 for ; Mon, 11 Sep 2023 19:12:38 -0700 (PDT) Received: from [31.221.198.239] (port=5802 helo=gnumonks.org) by ganesha.gnumonks.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qfofZ-009h0C-Fv; Mon, 11 Sep 2023 23:42:12 +0200 Date: Mon, 11 Sep 2023 23:42:07 +0200 From: Pablo Neira Ayuso To: Thomas Haller Cc: NetFilter Subject: Re: [PATCH nft 1/2] parser_bison: include for base C environment to "parser_bison.y" Message-ID: References: <20230908173226.1182353-1-thaller@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230908173226.1182353-1-thaller@redhat.com> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Fri, Sep 08, 2023 at 07:32:19PM +0200, Thomas Haller wrote: > All our C sources should include as first. This prepares an > environment of things that we expect to have available in all our C > sources (and indirectly in our internal header files, because internal > header files are always indirectly from a C source). Applied, thanks