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*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 244271Srie# Use is subject to license terms. 254271Srie# 26*8744SAli.Bahrami@Sun.COM 27*8744SAli.Bahrami@Sun.COM# 28*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 29*8744SAli.Bahrami@Sun.COM# 30*8744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 31*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 32*8744SAli.Bahrami@Sun.COM# 33*8744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 34*8744SAli.Bahrami@Sun.COM# 35*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 36*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 37*8744SAli.Bahrami@Sun.COM# 38*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 394271Srie# 404271Srie 414271Srie# tcpdchk interposes on numerous routines, and must export other data 424271Srie# structures to satisfy external dependency requirements. 434271Srie{ 444271Srie global: 454271Srie clean_exit = INTERPOSE; 464271Srie closelog = INTERPOSE; 474271Srie hosts_access_verbose = INTERPOSE; 484271Srie hosts_allow_table = INTERPOSE; 494271Srie hosts_deny_table = INTERPOSE; 504271Srie openlog = INTERPOSE; 514271Srie resident = INTERPOSE; 524271Srie rfc931 = INTERPOSE; 534271Srie rfc931_timeout = INTERPOSE; 544271Srie shell_cmd = INTERPOSE; 554271Srie syslog = INTERPOSE; 564271Srie vsyslog = INTERPOSE; 574271Srie 584271Srie allow_severity; # required by libwrap 594271Srie deny_severity; # required by libwrap 604271Srie}; 61