summaryrefslogtreecommitdiff
path: root/usr/src/cmd/captoinfo/mapfile-intf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/captoinfo/mapfile-intf')
-rw-r--r--usr/src/cmd/captoinfo/mapfile-intf11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/cmd/captoinfo/mapfile-intf b/usr/src/cmd/captoinfo/mapfile-intf
index 7be83fc87a..66088bd323 100644
--- a/usr/src/cmd/captoinfo/mapfile-intf
+++ b/usr/src/cmd/captoinfo/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
+
# captoinfo interposes on cpr() and progname[].
-{
+SYMBOL_SCOPE {
global:
- cpr = INTERPOSE;
- progname = INTERPOSE;
+ cpr { FLAGS = INTERPOSE };
+ progname { FLAGS = INTERPOSE };
};