added cwd and fixed stupid core dump that makes no sense. sigh.

This commit is contained in:
Todd C. Miller
1994-05-24 20:18:57 +00:00
parent 3e94c6f257
commit e67d74fd54

5
sudo.h
View File

@@ -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;