From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4B59DD804B8 for ; Wed, 6 Sep 2023 17:30:33 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=SUPM+zLQ4z5IAHT2aMJ8gomfxcDhrhml8+JqtXHy1MQ=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1694021431; v=1; b=BU+kkNuEQjJjBFsdy9xSriz/xfE69Bh37lth99tg8d3hgI6p7lZgToh6q0QUgki2zl7NYn98 fHwfmFVApJm9dcY5qyJQP/G4c5mOOm/lEXzNTiTFFSzecxM4nXG+p4QEk8AKKmi8GHDsKPa2mkA M3GMnMkcYYCPbBhtnTggmYbU= X-Received: by 127.0.0.2 with SMTP id pphGYY7687511xXc2p3qJDGW; Wed, 06 Sep 2023 10:30:31 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.5150.1694021431235990886 for ; Wed, 06 Sep 2023 10:30:31 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 1EB95212B195; Wed, 6 Sep 2023 10:30:30 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1EB95212B195 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Rebecca Cran Subject: [edk2-devel] [PATCH v1 1/1] MdePkg/Library/BaseRngLib: Fix include guard Date: Wed, 6 Sep 2023 13:29:31 -0400 Message-ID: <20230906172931.1812-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Mp1fZ1vD4aCgqEFdhQQ0SE8qx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=BU+kkNuE; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none) From: Michael Kubacki The include guard is incomplete and does not define the macro. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Rebecca Cran Signed-off-by: Michael Kubacki --- MdePkg/Library/BaseRngLib/BaseRngLibInternals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h b/MdePkg/Lib= rary/BaseRngLib/BaseRngLibInternals.h index a9cbce15302f..d0abcc3452ee 100644 --- a/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h +++ b/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h @@ -9,6 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent **/ =20 #ifndef BASE_RNGLIB_INTERNALS_H_ +#define BASE_RNGLIB_INTERNALS_H_ =20 /** Generates a 16-bit random number. --=20 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108334): https://edk2.groups.io/g/devel/message/108334 Mute This Topic: https://groups.io/mt/101198135/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-