parent, user_id, and group_id are unused.
Signed-off-by: Serge Hallyn <shallyn@cisco.com>
bool *used_gids;
const struct group *grp;
gid_t gid_min, gid_max, preferred_min;
- gid_t group_id, id;
+ gid_t id;
gid_t lowest_found, highest_found;
int result;
int nospam = 0;
bool *used_uids;
const struct passwd *pwd;
uid_t uid_min, uid_max, preferred_min;
- uid_t user_id, id;
+ uid_t id;
uid_t lowest_found, highest_found;
int result;
int nospam = 0;
{
char proc_dir_name[32];
char *target_str;
- pid_t target, parent;
+ pid_t target;
int proc_dir_fd;
int ranges;
struct map_range *mappings;
{
char proc_dir_name[32];
char *target_str;
- pid_t target, parent;
+ pid_t target;
int proc_dir_fd;
int ranges;
struct map_range *mappings;