From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com
 [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 11D5C239
 for <dev@dpdk.org>; Mon, 11 Mar 2019 19:17:19 +0100 (CET)
Received: by mail-pf1-f194.google.com with SMTP id v21so4264026pfm.12
 for <dev@dpdk.org>; Mon, 11 Mar 2019 11:17:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20150623.gappssmtp.com; s=20150623;
 h=date:from:to:cc:subject:message-id:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=efC8kAMGAuGqNCFvQeXC9QFir+nTZY81p0SL9HmTug0=;
 b=lEB+0+NYH5bpgIZWKtQkwY8bj1wl2NkW3gkuihN5SPfXCKMEDXAYF+wrQl3yLaGGBy
 kQQ36NUM/XntQ9UJt2fVq1JgdrBm+pLr+lbGrGuzx9acUVR6a/FAQ5NoQG+wckGQlNsq
 4a/6aJoA01bcw2WmY9KDGv5Kv/BklO4Vn2Ui1OBZ6cBcX831wIZjxBAjJ+m88clDAf6O
 GpM0Nwu/O2r/95wfChY3NHelksUWZj7HHCSEOiggZdYhuodE/HFguXzXcfDbUogy3pPu
 adrnk37zgi4eIVuS+XOxUh6Pir8ia3gqYCP9sWCBuI1lv8UgAHmVtJAR21kMSESl/ytf
 I5aw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=efC8kAMGAuGqNCFvQeXC9QFir+nTZY81p0SL9HmTug0=;
 b=mZFlfvswynfL4xLBYlSjLwKphnyoZJlZH+0XgqMPHKK6UTc3QTNnBGjSooApcHPgQ/
 FYgDhcYrOWkVDZkwQCtf3e+zs+CHuuakjQh0R39oRmZ/oODzm1Gs+HfBGa+RMf+n+mZ5
 biGPbdBKWGvLO5B4JWCTHkcPywmAYXANwYSwHhKcAV1nUSvX/hsvGrjvZgr73+43t9kR
 ENnE1Gw4wLJmuhC3qUmQBPRUo4R39eNvhQuEKULkvxQa6ZEi7wQeqthEjiGA0YO6XMcp
 mBHEgtCcDz/+u6e/6BxZXtj64uJJmoML6PwulNSz4W1Apr36LZ5d499QHQUBnraKgZQ5
 M9xA==
X-Gm-Message-State: APjAAAXirNUNfQmoU4Cj20Q0nSZubOMNIXO3aYgaAIuI64u7BZ1lLjIc
 FApsO8ReWjfYzGhGGgi85PTjrtjmaVg=
X-Google-Smtp-Source: APXvYqxgMN2mCmTS6CsDBmCuX6HnCG08RKFZ+Bpw8QnOFFWssUP6JDn5lmvy/HBoM/TAumvsRaOORw==
X-Received: by 2002:a62:b415:: with SMTP id h21mr34109165pfn.26.1552328238232; 
 Mon, 11 Mar 2019 11:17:18 -0700 (PDT)
Received: from shemminger-XPS-13-9360 (204-195-22-127.wavecable.com.
 [204.195.22.127])
 by smtp.gmail.com with ESMTPSA id m13sm10216708pff.175.2019.03.11.11.17.17
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Mon, 11 Mar 2019 11:17:18 -0700 (PDT)
Date: Mon, 11 Mar 2019 11:17:15 -0700
From: Stephen Hemminger <stephen@networkplumber.org>
To: Natanael Copa <ncopa@alpinelinux.org>
Cc: dev@dpdk.org
Message-ID: <20190311111715.478007ec@shemminger-XPS-13-9360>
In-Reply-To: <20190311173702.24471-15-ncopa@alpinelinux.org>
References: <20190311173702.24471-1-ncopa@alpinelinux.org>
 <20190311173702.24471-15-ncopa@alpinelinux.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH 14/15] net/netvsc: fix compile warning for
 fcntl.h include
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Mar 2019 18:17:19 -0000

On Mon, 11 Mar 2019 18:37:01 +0100
Natanael Copa <ncopa@alpinelinux.org> wrote:

> Fix the following warning when building with musl libc:
> 
> In file included from ../drivers/net/netvsc/hn_vf.c:14:
> /usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> [-Wcpp]
>  #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h>
>   ^~~~~~~
> 
> Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>

Acked-by: Stephen Hemminger <sthemmin@microsoft.com>