diff options
Diffstat (limited to 'usr/src/cmd/ssh/sshd/mapfile-intf')
-rw-r--r-- | usr/src/cmd/ssh/sshd/mapfile-intf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/cmd/ssh/sshd/mapfile-intf b/usr/src/cmd/ssh/sshd/mapfile-intf index 4e92d243dc..6981212730 100644 --- a/usr/src/cmd/ssh/sshd/mapfile-intf +++ b/usr/src/cmd/ssh/sshd/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. # # sshd defines its own log(), as do various other ssh utilities, thus their # symbols are reduced to locals via MAPFILE.NGB in Makefile-ssh.common. sshd @@ -40,7 +39,10 @@ # # MAPFILE HEADER END # -{ + +$mapfile_version 2 + +SYMBOL_SCOPE { global: allow_severity; # required by libwrap deny_severity; # required by libwrap |