summaryrefslogtreecommitdiff
path: root/usr/src/lib/libefi/common/mapfile-vers
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libefi/common/mapfile-vers')
-rw-r--r--usr/src/lib/libefi/common/mapfile-vers11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/lib/libefi/common/mapfile-vers b/usr/src/lib/libefi/common/mapfile-vers
index 937b2f966f..84a908ef93 100644
--- a/usr/src/lib/libefi/common/mapfile-vers
+++ b/usr/src/lib/libefi/common/mapfile-vers
@@ -19,8 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
@@ -37,12 +36,14 @@
# MAPFILE HEADER END
#
-SUNW_1.2 {
+$mapfile_version 2
+
+SYMBOL_VERSION SUNW_1.2 {
global:
efi_use_whole_disk;
} SUNW_1.1;
-SUNW_1.1 {
+SYMBOL_VERSION SUNW_1.1 {
global:
efi_alloc_and_init;
efi_alloc_and_read;
@@ -50,7 +51,7 @@ SUNW_1.1 {
efi_write;
};
-SUNWprivate_1.1 {
+SYMBOL_VERSION SUNWprivate_1.1 {
global:
efi_auto_sense;
efi_err_check;