VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (22 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.c

    r80721 r99404  
    99
    1010#include "HttpUtilitiesDxe.h"
    11 
    1211
    1312/**
     
    2625  )
    2726{
    28   EFI_STATUS                      Status;
    29   UINTN                           HandleNum;
    30   EFI_HANDLE                      *HandleBuffer;
    31   UINT32                          Index;
    32   EFI_HTTP_UTILITIES_PROTOCOL     *HttpUtilitiesProtocol;
     27  EFI_STATUS                   Status;
     28  UINTN                        HandleNum;
     29  EFI_HANDLE                   *HandleBuffer;
     30  UINT32                       Index;
     31  EFI_HTTP_UTILITIES_PROTOCOL  *HttpUtilitiesProtocol;
    3332
    34 
    35   HandleBuffer   = NULL;
     33  HandleBuffer = NULL;
    3634
    3735  //
     
    5654                    HandleBuffer[Index],
    5755                    &gEfiHttpUtilitiesProtocolGuid,
    58                     (VOID **) &HttpUtilitiesProtocol,
     56                    (VOID **)&HttpUtilitiesProtocol,
    5957                    ImageHandle,
    6058                    NULL,
     
    7068    Status = gBS->UninstallMultipleProtocolInterfaces (
    7169                    HandleBuffer[Index],
    72                     &gEfiHttpUtilitiesProtocolGuid, HttpUtilitiesProtocol,
     70                    &gEfiHttpUtilitiesProtocolGuid,
     71                    HttpUtilitiesProtocol,
    7372                    NULL
    7473                    );
     
    8079  return EFI_SUCCESS;
    8180}
    82 
    8381
    8482/**
     
    10098  )
    10199{
    102   EFI_STATUS             Status;
     100  EFI_STATUS  Status;
    103101
    104   EFI_HANDLE             Handle;
     102  EFI_HANDLE  Handle;
    105103
    106104  Handle = NULL;
     
    118116  return Status;
    119117}
    120 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette