diff options
Diffstat (limited to 'usr/src/lib/libgss/mapfile-vers')
| -rw-r--r-- | usr/src/lib/libgss/mapfile-vers | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr/src/lib/libgss/mapfile-vers b/usr/src/lib/libgss/mapfile-vers index 66eee46213..c8a43d1144 100644 --- a/usr/src/lib/libgss/mapfile-vers +++ b/usr/src/lib/libgss/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. # # @@ -36,7 +35,10 @@ # # MAPFILE HEADER END # -SUNW_1.3 { + +$mapfile_version 2 + +SYMBOL_VERSION SUNW_1.3 { global: gss_add_buffer_set_member; gss_create_empty_buffer_set; @@ -45,7 +47,7 @@ SUNW_1.3 { gss_release_buffer_set; } SUNW_1.2; -SUNW_1.2 { +SYMBOL_VERSION SUNW_1.2 { global: gss_accept_sec_context; gss_acquire_cred; @@ -101,12 +103,12 @@ SUNW_1.2 { # no SUNW_1.1 symbols, but the version is now kept as a placeholder. # Don't add any symbols to this version. -SUNW_1.1 { +SYMBOL_VERSION SUNW_1.1 { global: SUNW_1.1; }; -SUNWprivate_1.1 { +SYMBOL_VERSION SUNWprivate_1.1 { global: der_length_size; generic_gss_copy_oid; |
