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
5*f808c858Sraf# Common Development and Distribution License (the "License").
6*f808c858Sraf# 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#
21*f808c858Sraf#
22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*f808c858Sraf# Use is subject to license terms.
24*f808c858Sraf#
257c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
27*f808c858Sraf
28*f808c858Sraf# Due to mistakes made early in the history of this library, there are
29*f808c858Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
30*f808c858Sraf# Don't add any symbols to this version.
31*f808c858Sraf
32*f808c858SrafSUNW_1.1 {
33*f808c858Sraf    global:
34*f808c858Sraf	SUNW_1.1;
35*f808c858Sraf} SUNW_0.7;
367c478bd9Sstevel@tonic-gate
377c478bd9Sstevel@tonic-gateSUNW_0.7 {
38*f808c858Sraf    global:
39*f808c858Sraf	dn_comp;
40*f808c858Sraf	dn_expand;
41*f808c858Sraf	dn_skipname;
42*f808c858Sraf	fp_query;
43*f808c858Sraf	_getlong;
44*f808c858Sraf	_getshort;
45*f808c858Sraf	h_errno = FILTER libnsl.so.1;
46*f808c858Sraf	hostalias;
47*f808c858Sraf	p_cdname;
48*f808c858Sraf	p_class;
49*f808c858Sraf	p_query;
50*f808c858Sraf	p_rr;
51*f808c858Sraf	p_time;
52*f808c858Sraf	p_type;
53*f808c858Sraf	putlong;
54*f808c858Sraf	_res;
55*f808c858Sraf	res_init;
56*f808c858Sraf	res_mkquery;
57*f808c858Sraf	res_query;
58*f808c858Sraf	res_querydomain;
59*f808c858Sraf	res_search;
60*f808c858Sraf	res_send;
61*f808c858Sraf	strcasecmp = FUNCTION FILTER libc.so.1;
62*f808c858Sraf	strncasecmp = FUNCTION FILTER libc.so.1;
63*f808c858Sraf};
64*f808c858Sraf
65*f808c858SrafSUNWprivate_1.1 {
66*f808c858Sraf    global:
67*f808c858Sraf	res_endhostent;
68*f808c858Sraf	res_gethostbyaddr;
69*f808c858Sraf	res_gethostbyname;
70*f808c858Sraf	_res_opcodes;
71*f808c858Sraf	_res_resultcodes;
72*f808c858Sraf	res_sethostent;
73*f808c858Sraf	__res_set_no_hosts_fallback;
74*f808c858Sraf    local:
75*f808c858Sraf	*;
767c478bd9Sstevel@tonic-gate};
77