From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::643; helo=mail-pl1-x643.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl1-x643.google.com (mail-pl1-x643.google.com [IPv6:2607:f8b0:4864:20::643]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 08AC72194D3B3 for ; Wed, 14 Nov 2018 18:34:05 -0800 (PST) Received: by mail-pl1-x643.google.com with SMTP id b22-v6so3272421pls.7 for ; Wed, 14 Nov 2018 18:34:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=d7VemxK292p34mOt0iVCDps1jKeDKV9adpcPB2WYBrY=; b=j+9UBmBY0L5ECDWf32ufD9jbp+m+AceYKxvqxDmfaGj4QT86ZU+ByKkALCh0SbCSlV Nh37qMJ3eN11uPwio/VB4p4NJCVLqYC5BtwFeJ2B/KJ7vQ7mxgNtxwU77J6mhIuINQtu T+FeWyu9iPEKuXE6dgw3h0jg1KjclglNF9zQI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=d7VemxK292p34mOt0iVCDps1jKeDKV9adpcPB2WYBrY=; b=aToueRZLmHWPCpInQ2bWD7/TGWTCzsk7laWY+U4fUcSO9A7oPu2qpgQLzohEuzrGwF Ffozz5ZKZUkzlWQ11x5ARaavT2XlD7gQ1pmLgKftrjcNqejbm28W7Wn7QQIaVIsVtb+p ey1tHXr/xh3LgsC4tW/iaPmkB4dATF4oJRMarrWD1YbNRwA2svennmZiMErNqfDH3nuM PaF06fa/PNBeNu7KfowrszAAS7e39g3f+D0EyAIN0lCYQ77WGRzEPH8Eg/ursO2iKg7K keXgUYdbWCCqlOyGPqOqSBrvonE+kC/ZhTIG0nFw3nvRnjNVANfaTXdZnfanqPr801dy uD4g== X-Gm-Message-State: AGRZ1gI4uA3F3cCshrlkVmqkq3LHxWZ7B2Wp+pEatEfQLLgMvzyNnjy2 uKhOAanln+ABTR/sxRnQsLq5V8+w7ZKcXA== X-Google-Smtp-Source: AJdET5eqt0Yr3Q8knvLL+7dJeZOc4U+IfxQyKb+kdvG2gAV8SerCTizzz1wFFLyZZDxahVN37u8TzA== X-Received: by 2002:a17:902:6b01:: with SMTP id o1-v6mr4469165plk.333.1542249245466; Wed, 14 Nov 2018 18:34:05 -0800 (PST) Received: from mba13.psav.com ([64.114.255.97]) by smtp.gmail.com with ESMTPSA id v185-v6sm27323393pfv.48.2018.11.14.18.34.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Nov 2018 18:34:04 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, maciej.rabeda@intel.com, kamil.kacperski@intel.com, pawel.orlowski@intel.com, philmd@redhat.com, michael.d.kinney@intel.com, harry.l.hsiung@intel.com, eric.jin@intel.com, Ard Biesheuvel Date: Wed, 14 Nov 2018 18:33:36 -0800 Message-Id: <20181115023353.20159-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181115023353.20159-1-ard.biesheuvel@linaro.org> References: <20181115023353.20159-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-staging 03/20] IntelUndiPkg/XGigUndiDxe: consistently use forward slashes as path separators X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2018 02:34:06 -0000 Replace backslashes in paths with forward slashes to be compatible with non-Windows OSes. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- IntelUndiPkg/XGigUndiDxe/Decode.c | 2 +- IntelUndiPkg/XGigUndiDxe/XGigUndiDxe.inf | 14 +++++++------- IntelUndiPkg/XGigUndiDxe/Xgbe.h | 2 +- IntelUndiPkg/XGigUndiDxe/ixgbe_osdep.h | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/IntelUndiPkg/XGigUndiDxe/Decode.c b/IntelUndiPkg/XGigUndiDxe/Decode.c index 70fbce64c64f..5f37ce254872 100644 --- a/IntelUndiPkg/XGigUndiDxe/Decode.c +++ b/IntelUndiPkg/XGigUndiDxe/Decode.c @@ -28,7 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include "Xgbe.h" -#include +#include // Forward declarations for UNDI function table /** This routine determines the operational state of the UNDI. It updates the state flags in the diff --git a/IntelUndiPkg/XGigUndiDxe/XGigUndiDxe.inf b/IntelUndiPkg/XGigUndiDxe/XGigUndiDxe.inf index 7ccc52bc9869..beee8aa8134e 100644 --- a/IntelUndiPkg/XGigUndiDxe/XGigUndiDxe.inf +++ b/IntelUndiPkg/XGigUndiDxe/XGigUndiDxe.inf @@ -110,13 +110,13 @@ GCC:*_*_*_CC_FLAGS = -DEFI32 Version.h HiiInternalLib.c HiiInternalLib.h - wol\wol.c - wol\wol.h - wol\wolfamily.c - wol\wolimpl.c - wol\wolimpl.h - wol\wolinfo.c - wol\wol_10G.c + wol/wol.c + wol/wol.h + wol/wolfamily.c + wol/wolimpl.c + wol/wolimpl.h + wol/wolinfo.c + wol/wol_10G.c [Packages] MdePkg/MdePkg.dec diff --git a/IntelUndiPkg/XGigUndiDxe/Xgbe.h b/IntelUndiPkg/XGigUndiDxe/Xgbe.h index 5ab088362f90..4472cfb4fa31 100644 --- a/IntelUndiPkg/XGigUndiDxe/Xgbe.h +++ b/IntelUndiPkg/XGigUndiDxe/Xgbe.h @@ -69,7 +69,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include +#include #include diff --git a/IntelUndiPkg/XGigUndiDxe/ixgbe_osdep.h b/IntelUndiPkg/XGigUndiDxe/ixgbe_osdep.h index 368f40811904..e324b0539782 100644 --- a/IntelUndiPkg/XGigUndiDxe/ixgbe_osdep.h +++ b/IntelUndiPkg/XGigUndiDxe/ixgbe_osdep.h @@ -39,8 +39,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#include -#include +#include +#include #include #define CHAR CHAR8 -- 2.17.1