Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
r48674 r58459 2 2 Help functions to access UDP service, it is used by both the DHCP and MTFTP. 3 3 4 Copyright (c) 2005 - 20 09, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials 6 6 are licensed and made available under the terms and conditions of the BSD License … … 805 805 806 806 // 807 // Close then dest ory the Udp4 child807 // Close then destroy the Udp4 child 808 808 // 809 809 gBS->CloseProtocol ( … … 828 828 829 829 // 830 // Close then dest ory the Udp6 child830 // Close then destroy the Udp6 child 831 831 // 832 832 gBS->CloseProtocol (
Note:
See TracChangeset
for help on using the changeset viewer.