]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixBusDriverDxe/ComponentName.c
CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c
[mirror_edk2.git] / UnixPkg / UnixBusDriverDxe / ComponentName.c
index 7ea1eacc1a3ce35d7073bd1f31e0ff5cfa1cdec4..432c6d87bccd60c91bb8cdf71ceb36657a09f8fc 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -49,7 +49,7 @@ EFI_COMPONENT_NAME_PROTOCOL     gUnixBusDriverComponentName = {
   "eng"\r
 };\r
 \r
-static EFI_UNICODE_STRING_TABLE mUnixBusDriverNameTable[] = {\r
+EFI_UNICODE_STRING_TABLE mUnixBusDriverNameTable[] = {\r
   { "eng", L"Unix Bus Driver" },\r
   { NULL , NULL }\r
 };\r