diff options
Diffstat (limited to 'usr/src/cmd/tcpd/mapfile-intf-tcpdmatch')
-rw-r--r-- | usr/src/cmd/tcpd/mapfile-intf-tcpdmatch | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/usr/src/cmd/tcpd/mapfile-intf-tcpdmatch b/usr/src/cmd/tcpd/mapfile-intf-tcpdmatch index f784cae9e4..c3397493e3 100644 --- a/usr/src/cmd/tcpd/mapfile-intf-tcpdmatch +++ b/usr/src/cmd/tcpd/mapfile-intf-tcpdmatch @@ -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,18 +37,20 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # tcpdmatch interposes on numerous routines, and must export other data # structures to satisfy external dependency requirements. -{ +SYMBOL_SCOPE { global: - clean_exit = INTERPOSE; - closelog = INTERPOSE; - openlog = INTERPOSE; - rfc931 = INTERPOSE; - rfc931_timeout = INTERPOSE; - shell_cmd = INTERPOSE; - syslog = INTERPOSE; - vsyslog = INTERPOSE; + clean_exit { FLAGS = INTERPOSE }; + closelog { FLAGS = INTERPOSE }; + openlog { FLAGS = INTERPOSE }; + rfc931 { FLAGS = INTERPOSE }; + rfc931_timeout { FLAGS = INTERPOSE }; + shell_cmd { FLAGS = INTERPOSE }; + syslog { FLAGS = INTERPOSE }; + vsyslog { FLAGS = INTERPOSE }; allow_severity; # required by libwrap deny_severity; # required by libwrap |