Print this page
4078 groupadd execs getent unnecessarily
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libcmdutils/common/mapfile-vers
+++ new/usr/src/lib/libcmdutils/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 #
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
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) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23 +# Copyright (c) 2013 RackTop Systems.
23 24 #
24 25
25 26 #
26 27 # MAPFILE HEADER START
27 28 #
28 29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
29 30 # Object versioning must comply with the rules detailed in
30 31 #
31 32 # usr/src/lib/README.mapfiles
32 33 #
33 34 # You should not be making modifications here until you've read the most current
34 35 # copy of that file. If you need help, contact a gatekeeper for guidance.
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
35 36 #
36 37 # MAPFILE HEADER END
37 38 #
38 39
39 40 $mapfile_version 2
40 41
41 42 SYMBOL_VERSION SUNWprivate_1.1 {
42 43 global:
43 44 add_tnode;
44 45 destroy_tree;
46 + findnextgid;
47 + findnextuid;
45 48 list_create;
46 49 list_destroy;
47 50 list_head;
48 51 list_insert_after;
49 52 list_insert_before;
50 53 list_insert_head;
51 54 list_insert_tail;
52 55 list_is_empty;
53 56 list_link_active;
54 57 list_link_init;
55 58 list_move_tail;
56 59 list_next;
57 60 list_prev;
58 61 list_remove;
59 62 list_remove_head;
60 63 list_remove_tail;
61 64 list_tail;
62 65 tnode_compare;
63 66 sysattr_type;
64 67 sysattr_support;
65 68 writefile;
66 69 get_attrdirs;
67 70 mv_xattrs;
68 71 sysattr_list;
69 72 local:
70 73 *;
71 74 };
↓ open down ↓ |
17 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX