Move struct passwd pointer into struct command details.

This commit is contained in:
Todd C. Miller
2012-04-21 13:37:46 -04:00
parent cc07164d92
commit 886ee33603
2 changed files with 17 additions and 17 deletions

View File

@@ -138,6 +138,7 @@ struct command_details {
int ngroups;
int closefrom;
int flags;
struct passwd *pw;
GETGROUPS_T *groups;
const char *command;
const char *cwd;