added cwd and fixed stupid core dump that makes no sense. sigh.
This commit is contained in:
5
sudo.h
5
sudo.h
@@ -318,8 +318,9 @@ void be_full_user();
|
|||||||
*/
|
*/
|
||||||
#ifndef MAIN
|
#ifndef MAIN
|
||||||
extern uid_t uid;
|
extern uid_t uid;
|
||||||
extern char *host;
|
extern char host[];
|
||||||
extern char *user;
|
extern char user[];
|
||||||
|
extern char cwd[];
|
||||||
extern char *cmnd;
|
extern char *cmnd;
|
||||||
extern int Argc;
|
extern int Argc;
|
||||||
extern char **Argv;
|
extern char **Argv;
|
||||||
|
Reference in New Issue
Block a user