From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C8D9721A00ADC for ; Fri, 23 Jun 2017 08:54:33 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7197C14289A; Fri, 23 Jun 2017 15:55:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7197C14289A Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 7197C14289A Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-70.phx2.redhat.com [10.3.116.70]) by smtp.corp.redhat.com (Postfix) with ESMTP id 76B0C61F4C; Fri, 23 Jun 2017 15:55:58 +0000 (UTC) To: Fu Siyuan , edk2-devel@lists.01.org Cc: Ye Ting , Wu Jiaxin References: <20170623005958.20936-1-siyuan.fu@intel.com> From: Laszlo Ersek Message-ID: <171bcad2-3b6c-61ac-1148-2299c13490fe@redhat.com> Date: Fri, 23 Jun 2017 17:55:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170623005958.20936-1-siyuan.fu@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 23 Jun 2017 15:55:59 +0000 (UTC) Subject: Re: [Patch] NetworkPkg: Fix GCC build issue. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 15:54:34 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/23/17 02:59, Fu Siyuan wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Fu Siyuan > Cc: Ye Ting > Cc: Wu Jiaxin > --- > NetworkPkg/HttpBootDxe/HttpBootImpl.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/NetworkPkg/HttpBootDxe/HttpBootImpl.c b/NetworkPkg/HttpBootDxe/HttpBootImpl.c > index 56f5babeb4..63cf3960a9 100644 > --- a/NetworkPkg/HttpBootDxe/HttpBootImpl.c > +++ b/NetworkPkg/HttpBootDxe/HttpBootImpl.c > @@ -630,6 +630,7 @@ EFI_LOAD_FILE_PROTOCOL gHttpBootDxeLoadFile = { > @retval EFI_ABORTED Tells the HTTP Boot driver to abort the current HTTP Boot process. > **/ > EFI_STATUS > +EFIAPI > HttpBootCallback ( > IN EFI_HTTP_BOOT_CALLBACK_PROTOCOL *This, > IN EFI_HTTP_BOOT_CALLBACK_DATA_TYPE DataType, > Reviewed-by: Laszlo Ersek Thanks! Laszlo