17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 21f808c858Sraf# 22*cd3e9333SAli Bahrami# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 23f808c858Sraf# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 377c478bd9Sstevel@tonic-gate# 38f808c858Sraf 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41f808c858Sraf# Due to mistakes made early in the history of this library, there are 42f808c858Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 43f808c858Sraf# Don't add any symbols to this version. 44f808c858Sraf 45*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 46f808c858Sraf global: 47f808c858Sraf SUNW_1.1; 48f808c858Sraf} SUNW_0.7; 497c478bd9Sstevel@tonic-gate 50*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_0.7 { 517c478bd9Sstevel@tonic-gate global: 52f808c858Sraf dn_comp; 53f808c858Sraf dn_expand; 54f808c858Sraf dn_skipname; 55f808c858Sraf fp_query; 56f808c858Sraf _getlong; 57f808c858Sraf _getshort; 58*cd3e9333SAli Bahrami h_errno { FLAGS = NODIRECT; FILTER = libnsl.so.1 }; 59f808c858Sraf hostalias; 60f808c858Sraf p_cdname; 61f808c858Sraf p_class; 62f808c858Sraf p_query; 63f808c858Sraf p_rr; 64f808c858Sraf p_time; 65f808c858Sraf p_type; 66f808c858Sraf putlong; 67f808c858Sraf _res; 68f808c858Sraf res_init; 69f808c858Sraf res_mkquery; 70f808c858Sraf res_query; 71f808c858Sraf res_querydomain; 72f808c858Sraf res_search; 73f808c858Sraf res_send; 74*cd3e9333SAli Bahrami strcasecmp { TYPE = FUNCTION; FILTER = libc.so.1 }; 75*cd3e9333SAli Bahrami strncasecmp { TYPE = FUNCTION; FILTER = libc.so.1 }; 76f808c858Sraf}; 77f808c858Sraf 78*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 79f808c858Sraf global: 80f808c858Sraf res_endhostent; 81f808c858Sraf res_gethostbyaddr; 82f808c858Sraf res_gethostbyname; 83f808c858Sraf _res_opcodes; 84f808c858Sraf _res_resultcodes; 85f808c858Sraf res_sethostent; 86f808c858Sraf __res_set_no_hosts_fallback; 87f808c858Sraf local: 88f808c858Sraf *; 897c478bd9Sstevel@tonic-gate}; 90