Print this page
872 remove duplicate daemon() definitions
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libresolv2/common/mapfile-vers
+++ new/usr/src/lib/libresolv2/common/mapfile-vers
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
23 23 #
24 24
25 25 #
26 26 # MAPFILE HEADER START
27 27 #
28 28 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
29 29 # Object versioning must comply with the rules detailed in
30 30 #
31 31 # usr/src/lib/README.mapfiles
32 32 #
33 33 # You should not be making modifications here until you've read the most current
34 34 # copy of that file. If you need help, contact a gatekeeper for guidance.
35 35 #
36 36 # MAPFILE HEADER END
37 37 #
38 38
39 39 $mapfile_version 2
40 40
41 41 SYMBOL_VERSION SUNW_2.3 { # SunOS 5.11 (Solaris 11)
42 42 global:
43 43 SUNW_2.3; # Defined to create a non-weak version of SUNW_2.3.
44 44 } SUNW_2.2.2;
45 45
46 46 SYMBOL_VERSION SUNW_2.2.2 { # SunOS 5.10 (Solaris 10 Update 5)
47 47 global:
48 48 inet_aton { TYPE = FUNCTION; FILTER = libnsl.so.1 };
49 49 } SUNW_2.2.1;
50 50
51 51 SYMBOL_VERSION SUNW_2.2.1 { # SunOS 5.10 (Solaris 10 Update 4)
52 52 global:
53 53 res_ndestroy;
54 54 } SUNW_2.2;
55 55
56 56 SYMBOL_VERSION SUNW_2.2 { # SunOS 5.9 (Solaris 9)
57 57 global:
58 58 fp_resstat;
59 59 herror;
60 60 res_hostalias;
61 61 res_nclose;
62 62 res_ninit;
63 63 res_nmkquery;
64 64 res_nquery;
65 65 res_nquerydomain;
66 66 res_nsearch;
67 67 res_nsend;
68 68 res_nsendsigned;
69 69 } SUNW_2.1;
70 70
71 71 SYMBOL_VERSION SUNW_2.1 { # SunOS 5.6 (Solaris 2.6)
72 72 global:
73 73 dn_comp;
74 74 dn_expand;
75 75 __dn_skipname;
76 76 __fp_query;
77 77 _getlong;
78 78 _getshort;
79 79 h_errno { FLAGS = NODIRECT; FILTER = libnsl.so.1 };
80 80 __hostalias;
81 81 hstrerror;
82 82 __p_cdname;
83 83 __p_class;
84 84 __p_query;
85 85 __p_time;
86 86 __p_type;
87 87 __putlong;
88 88 _res;
89 89 res_init;
90 90 res_mkquery;
91 91 res_query;
92 92 res_querydomain;
93 93 res_search;
94 94 res_send;
95 95 res_update;
96 96 };
97 97
98 98 # There really should be only one SUNWprivate version.
99 99 # Don't add any more. Add new private symbols to SUNWprivate_2.2
100 100
101 101 SYMBOL_VERSION SUNWprivate_2.2 {
102 102 global:
103 103 isc_gethexstring;
104 104 isc_puthexstring;
105 105 __log_close_debug_channels;
106 106 __memactive;
107 107 p_sockun;
108 108 res_gethostbyname2;
109 109 res_getservers;
110 110 res_nametoclass;
111 111 res_nametotype;
112 112 res_nopt;
113 113 res_setservers;
114 114 } SUNWprivate_2.1;
115 115
116 116 SYMBOL_VERSION SUNWprivate_2.1 {
117 117 global:
118 118 __assertion_failed;
119 119 assertion_type_to_text;
120 120 b64_ntop;
121 121 __b64_ntop;
122 122 b64_pton;
↓ open down ↓ |
122 lines elided |
↑ open up ↑ |
123 123 __b64_pton;
124 124 __ctl_client;
125 125 __ctl_command;
126 126 __ctl_endclient;
127 127 __ctl_endserver;
128 128 __ctl_getcsctx;
129 129 __ctl_response;
130 130 __ctl_sendhelp;
131 131 __ctl_server;
132 132 __ctl_setcsctx;
133 - daemon;
134 133 dn_count_labels;
135 134 __dn_count_labels;
136 135 dn_skipname;
137 136 __dst_buffer_to_key;
138 137 __dst_check_algorithm;
139 138 __dst_dnskey_to_key;
140 139 __dst_free_key;
141 140 __dst_generate_key;
142 141 __dst_init;
143 142 __dst_key_to_buffer;
144 143 __dst_read_key;
145 144 __dst_s_calculate_bits;
146 145 __dst_s_dns_key_id;
147 146 __dst_s_get_int16;
148 147 __dst_s_id_calc;
149 148 __dst_sign_data;
150 149 __dst_s_put_int16;
151 150 __dst_s_verify_str;
152 151 dst_t_func;
153 152 __dst_verify_data;
154 153 __dst_write_key;
155 154 __evAddTime;
156 155 __evCancelConn;
157 156 __evCancelRW;
158 157 __evClearTimer;
159 158 __evConnect;
160 159 __evConsIovec;
161 160 __evConsTime;
162 161 __evCreate;
163 162 __evDeselectFD;
164 163 __evDestroy;
165 164 __evDispatch;
166 165 __evDo;
167 166 __evGetNext;
168 167 __evHighestFD;
169 168 __evListen;
170 169 __evNowTime;
171 170 __evRead;
172 171 __evResetTimer;
173 172 __evSelectFD;
174 173 __evSetDebug;
175 174 __evSetTimer;
176 175 __evTimeVal;
177 176 __evUnwait;
178 177 __evWaitFor;
179 178 fp_nquery;
180 179 __fp_nquery;
181 180 fp_query;
182 181 __fp_resstat;
183 182 h_errlist;
184 183 __h_errno;
185 184 __h_errno_set;
186 185 hostalias;
187 186 inet_cidr_ntop;
188 187 inet_cidr_pton;
189 188 inet_neta;
190 189 inet_net_ntop;
191 190 inet_net_pton;
192 191 inet_nsap_addr;
193 192 inet_nsap_ntoa;
194 193 __irs_destroy;
195 194 __ISC_res_freeupdrec;
196 195 __ISC_res_mkupdate;
197 196 __ISC_res_mkupdrec;
198 197 __ISC_res_nmkupdate;
199 198 __ISC_res_nupdate;
200 199 __ISC_res_update;
201 200 key_file_fmt_str;
202 201 loc_aton;
203 202 __loc_aton;
204 203 loc_ntoa;
205 204 __loc_ntoa;
206 205 __log_add_channel;
207 206 __log_category_is_active;
208 207 __log_check;
209 208 __log_close_stream;
210 209 __log_free_channel;
211 210 __log_free_context;
212 211 __log_get_channel_type;
213 212 __log_get_stream;
214 213 __log_inc_references;
215 214 __log_new_context;
216 215 __log_new_file_channel;
217 216 __log_new_null_channel;
218 217 __log_new_syslog_channel;
219 218 __log_open_stream;
220 219 __log_option;
221 220 __log_set_file_owner;
222 221 __log_vwrite;
223 222 __log_write;
224 223 __memget;
225 224 __memget_record;
226 225 __memput;
227 226 __memput_record;
228 227 __memstats;
229 228 __net_data_init;
230 229 __net_data_minimize;
231 230 __ns_datetosecs;
232 231 __ns_find_tsig;
233 232 _ns_flagdata;
234 233 __ns_format_ttl;
235 234 __ns_get16;
236 235 __ns_get32;
237 236 __ns_initparse;
238 237 __ns_makecanon;
239 238 __ns_msg_getflag;
240 239 __ns_name_compress;
241 240 __ns_name_eq;
242 241 __ns_name_labels;
243 242 __ns_name_length;
244 243 __ns_name_map;
245 244 __ns_name_ntol;
246 245 __ns_name_ntop;
247 246 __ns_name_owned;
248 247 __ns_name_pack;
249 248 __ns_name_pton;
250 249 __ns_name_rollback;
251 250 __ns_name_skip;
252 251 __ns_name_uncompress;
253 252 __ns_name_unpack;
254 253 __ns_newmsg_copy;
255 254 __ns_newmsg_done;
256 255 __ns_newmsg_flag;
257 256 __ns_newmsg_id;
258 257 __ns_newmsg_init;
259 258 __ns_newmsg_q;
260 259 __ns_newmsg_rr;
261 260 __ns_parserr;
262 261 __ns_parse_ttl;
263 262 __ns_parserr2;
264 263 __ns_put16;
265 264 __ns_put32;
266 265 __ns_rdata_equal;
267 266 __ns_rdata_refers;
268 267 __ns_rdata_unpack;
269 268 __ns_samedomain;
270 269 __ns_samename;
271 270 __ns_sign;
272 271 __ns_sign2;
273 272 __ns_sign_tcp;
274 273 __ns_sign_tcp2;
275 274 __ns_sign_tcp_init;
276 275 __ns_skiprr;
277 276 __ns_sprintrr;
278 277 __ns_sprintrrf;
279 278 __ns_verify;
280 279 __ns_verify_tcp;
281 280 __ns_verify_tcp_init;
282 281 p_cdname;
283 282 __p_cert_syms;
284 283 p_class;
285 284 __p_class_syms;
286 285 p_fqnname;
287 286 __p_key_syms;
288 287 p_option;
289 288 __p_option;
290 289 p_query;
291 290 p_rcode;
292 291 p_secstodate;
293 292 __p_secstodate;
294 293 p_section;
295 294 __p_section;
296 295 p_time;
297 296 p_type;
298 297 __p_type_syms;
299 298 putlong;
300 299 putshort;
301 300 __putshort;
302 301 res_close;
303 302 __res_disable_mt;
304 303 res_dnok;
305 304 __res_dnok;
306 305 __res_enable_mt;
307 306 res_endhostent;
308 307 res_findzonecut;
309 308 res_freehostent;
310 309 res_freeupdrec;
311 310 __res_get_h_errno;
312 311 res_gethostbyaddr;
313 312 res_gethostbyname;
314 313 res_gethostent;
315 314 res_getipnodebyaddr;
316 315 res_getipnodebyname;
317 316 __res_get_res;
318 317 res_hnok;
319 318 __res_hnok;
320 319 res_isourserver;
321 320 res_mailok;
322 321 __res_mailok;
323 322 res_mkupdate;
324 323 res_mkupdrec;
325 324 res_nameinquery;
326 325 __res_nameinquery;
327 326 res_nisourserver;
328 327 res_nmkupdate;
329 328 res_nupdate;
330 329 __res_no_hosts_fallback;
331 330 _res_opcodes;
332 331 __res_override_retry;
333 332 res_ownok;
334 333 __res_ownok;
335 334 res_pquery;
336 335 res_queriesmatch;
337 336 __res_queriesmatch;
338 337 res_rndinit;
339 338 res_randomid;
340 339 __res_randomid;
341 340 res_sendsigned;
342 341 res_sethostent;
343 342 __res_set_no_hosts_fallback;
344 343 __res_state;
345 344 __res_unset_no_hosts_fallback;
346 345 set_assertion_failure_callback;
347 346 sym_ntop;
348 347 __sym_ntop;
349 348 sym_ntos;
350 349 __sym_ntos;
351 350 sym_ston;
352 351 __sym_ston;
353 352 __tree_add;
354 353 __tree_init;
355 354 __tree_mung;
356 355 __tree_srch;
357 356 __tree_trav;
358 357 local:
359 358 *;
360 359 };
↓ open down ↓ |
217 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX