summaryrefslogtreecommitdiff
path: root/usr/src/cmd/rcm_daemon/common
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/rcm_daemon/common')
-rw-r--r--usr/src/cmd/rcm_daemon/common/mapfile-intf9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/cmd/rcm_daemon/common/mapfile-intf b/usr/src/cmd/rcm_daemon/common/mapfile-intf
index 0fda947714..8ca18f24a9 100644
--- a/usr/src/cmd/rcm_daemon/common/mapfile-intf
+++ b/usr/src/cmd/rcm_daemon/common/mapfile-intf
@@ -20,8 +20,7 @@
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
@@ -38,9 +37,11 @@
# MAPFILE HEADER END
#
+$mapfile_version 2
+
# rcm_daemon interposes on rcm_log_message() - a stub implementation
# existing in librcm.so.1.
-{
+SYMBOL_SCOPE {
global:
- rcm_log_message = INTERPOSE;
+ rcm_log_message { FLAGS = INTERPOSE };
};