xref: /onnv-gate/usr/src/cmd/tcpd/mapfile-intf-tryfrom (revision 12692:4341b447c069)
14271Srie#
24271Srie# CDDL HEADER START
34271Srie#
44271Srie# The contents of this file are subject to the terms of the
54271Srie# Common Development and Distribution License (the "License").
64271Srie# You may not use this file except in compliance with the License.
74271Srie#
84271Srie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94271Srie# or http://www.opensolaris.org/os/licensing.
104271Srie# See the License for the specific language governing permissions
114271Srie# and limitations under the License.
124271Srie#
134271Srie# When distributing Covered Code, include this CDDL HEADER in each
144271Srie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154271Srie# If applicable, add the following below this CDDL HEADER, with the
164271Srie# fields enclosed by brackets "[]" replaced with your own identifying
174271Srie# information: Portions Copyright [yyyy] [name of copyright owner]
184271Srie#
194271Srie# CDDL HEADER END
204271Srie#
214271Srie
224271Srie#
23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
244271Srie#
254271Srie# try-from interposes on numerous routines, and must export other data
264271Srie# structures to satisfy external dependency requirements.
278744SAli.Bahrami@Sun.COM
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
328744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
378744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
408744SAli.Bahrami@Sun.COM#
41*12692SAli.Bahrami@Oracle.COM
42*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
43*12692SAli.Bahrami@Oracle.COM
44*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE {
454271Srie	global:
46*12692SAli.Bahrami@Oracle.COM		closelog		{ FLAGS = INTERPOSE };
47*12692SAli.Bahrami@Oracle.COM		openlog			{ FLAGS = INTERPOSE };
48*12692SAli.Bahrami@Oracle.COM		syslog			{ FLAGS = INTERPOSE };
49*12692SAli.Bahrami@Oracle.COM		vsyslog			{ FLAGS = INTERPOSE };
504271Srie
514271Srie		allow_severity;		# required by libwrap
524271Srie		deny_severity;		# required by libwrap
534271Srie};
54