Print this page
1666 libwrap is 32bit only
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@dey-sys.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libwrap/mapfile
+++ new/usr/src/lib/libwrap/mapfile
1 1 #
2 2 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
3 3 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
4 4 #
5 5
6 6 #
7 7 # MAPFILE HEADER START
8 8 #
9 9 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
10 10 # Object versioning must comply with the rules detailed in
11 11 #
12 12 # usr/src/lib/README.mapfiles
13 13 #
14 14 # You should not be making modifications here until you've read the most current
15 15 # copy of that file. If you need help, contact a gatekeeper for guidance.
16 16 #
↓ open down ↓ |
16 lines elided |
↑ open up ↑ |
17 17 # MAPFILE HEADER END
18 18 #
19 19
20 20 #
21 21 # Linker mapfile that allows the dynamic library to reference some symbols
22 22 # defined by the application.
23 23 #
24 24
25 25 $mapfile_version 2
26 26
27 -SYMBOL_SCOPE {
27 +SYMBOL_VERSION ILLUMOS_0.1 {
28 28 global:
29 - allow_severity { FLAGS = NODIRECT; };
30 - deny_severity { FLAGS = NODIRECT; };
29 + allow_severity { FLAGS = NODIRECT; };
30 + clean_exit;
31 + deny_severity { FLAGS = NODIRECT; };
32 + dot_quad_addr;
33 + dry_run;
34 + eval_client;
35 + eval_hostaddr;
36 + eval_hostinfo;
37 + eval_hostname;
38 + eval_server;
39 + eval_user;
40 + fromhost;
41 + hosts_access_verbose;
42 + hosts_access;
43 + hosts_allow_table;
44 + hosts_ctl;
45 + hosts_deny_table;
46 + numeric_addr;
47 + paranoid;
48 + percent_m;
49 + percent_x;
50 + process_options;
51 + refuse;
52 + request_init;
53 + request_set;
54 + rfc931;
55 + rfc931_timeout;
56 + shell_cmd;
57 + skip_ipv6_addrs;
58 + sock_host;
59 + sock_hostaddr;
60 + sock_hostname;
61 + sockgen_simplify;
62 + split_at;
63 + tcpd_buf;
64 + tcpd_context;
65 + tcpd_gethostbyname;
66 + tcpd_warn;
67 + tli_host;
68 + unknown;
69 + xgets;
70 + local:
71 + *;
31 72 };
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX