Changeset 745 for trunk/server/lib/util/util_id.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/lib/util/util_id.c
r414 r745 27 27 28 28 bool add_gid_to_array_unique(TALLOC_CTX *mem_ctx, gid_t gid, 29 gid_t **gids, size_t *num_gids)29 gid_t **gids, uint32_t *num_gids) 30 30 { 31 31 int i; … … 60 60 61 61 bool add_uid_to_array_unique(TALLOC_CTX *mem_ctx, uid_t uid, 62 uid_t **uids, size_t *num_uids)62 uid_t **uids, uint32_t *num_uids) 63 63 { 64 64 int i;
Note:
See TracChangeset
for help on using the changeset viewer.