diff options
Diffstat (limited to 'UnixPkg/Library/DxeUnixLib/UnixLib.c')
-rw-r--r-- | UnixPkg/Library/DxeUnixLib/UnixLib.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/UnixPkg/Library/DxeUnixLib/UnixLib.c b/UnixPkg/Library/DxeUnixLib/UnixLib.c index c000f7b..0935448 100644 --- a/UnixPkg/Library/DxeUnixLib/UnixLib.c +++ b/UnixPkg/Library/DxeUnixLib/UnixLib.c @@ -1,13 +1,13 @@ /*++
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
-This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+This program and the accompanying materials
+are licensed and made available under the terms and conditions of the BSD License
+which accompanies this distribution. The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name:
@@ -15,7 +15,7 @@ Module Name: Abstract:
- Unix Library
+ Unix Library
--*/
#include "PiDxe.h"
@@ -27,6 +27,7 @@ Abstract: EFI_UNIX_THUNK_PROTOCOL *gUnix;
EFI_STATUS
+EFIAPI
UnixLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
|