10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 52522Sraf# Common Development and Distribution License (the "License"). 62522Sraf# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 212522Sraf# 22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 232522Sraf# 248744SAli.Bahrami@Sun.COM 258744SAli.Bahrami@Sun.COM# 268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 278744SAli.Bahrami@Sun.COM# 288744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 308744SAli.Bahrami@Sun.COM# 318744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 328744SAli.Bahrami@Sun.COM# 338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 358744SAli.Bahrami@Sun.COM# 368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 370Sstevel@tonic-gate# 382522Sraf 39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 40*12692SAli.Bahrami@Oracle.COM 412522Sraf# Due to mistakes made early in the history of this library, there are 422522Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 432522Sraf# Don't add any symbols to this version. 442522Sraf 45*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 { 462522Sraf global: 472522Sraf SUNW_1.1; 482522Sraf} SUNW_0.7; 490Sstevel@tonic-gate 50*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_0.7 { 512522Sraf global: 522522Sraf dn_comp; 532522Sraf dn_expand; 542522Sraf dn_skipname; 552522Sraf fp_query; 562522Sraf _getlong; 572522Sraf _getshort; 58*12692SAli.Bahrami@Oracle.COM h_errno { FLAGS = NODIRECT; FILTER = libnsl.so.1 }; 592522Sraf hostalias; 602522Sraf p_cdname; 612522Sraf p_class; 622522Sraf p_query; 632522Sraf p_rr; 642522Sraf p_time; 652522Sraf p_type; 662522Sraf putlong; 672522Sraf _res; 682522Sraf res_init; 692522Sraf res_mkquery; 702522Sraf res_query; 712522Sraf res_querydomain; 722522Sraf res_search; 732522Sraf res_send; 74*12692SAli.Bahrami@Oracle.COM strcasecmp { TYPE = FUNCTION; FILTER = libc.so.1 }; 75*12692SAli.Bahrami@Oracle.COM strncasecmp { TYPE = FUNCTION; FILTER = libc.so.1 }; 760Sstevel@tonic-gate}; 772522Sraf 78*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 792522Sraf global: 802522Sraf res_endhostent; 812522Sraf res_gethostbyaddr; 822522Sraf res_gethostbyname; 832522Sraf _res_opcodes; 842522Sraf _res_resultcodes; 852522Sraf res_sethostent; 862522Sraf __res_set_no_hosts_fallback; 872522Sraf local: 882522Sraf *; 892522Sraf}; 90