diff options
Diffstat (limited to 'usr/src/cmd/mdb/common/kmdb/mapfile_skel')
| -rw-r--r-- | usr/src/cmd/mdb/common/kmdb/mapfile_skel | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/cmd/mdb/common/kmdb/mapfile_skel b/usr/src/cmd/mdb/common/kmdb/mapfile_skel index f91f91dac1..46ea67e874 100644 --- a/usr/src/cmd/mdb/common/kmdb/mapfile_skel +++ b/usr/src/cmd/mdb/common/kmdb/mapfile_skel @@ -20,12 +20,9 @@ */ /* BEGIN PROLOGUE */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * This file is used to limit the symbols that are to be exported from the * debugger. This ensures that dmods follow the module API. @@ -36,7 +33,9 @@ * entries for __ctype and errno below. */ -{ +$mapfile_version 2 + +SYMBOL_SCOPE { global: /* END PROLOGUE */ |
