diff --git a/sudo.c b/sudo.c index 1b7064cd8..a90eb4b3f 100644 --- a/sudo.c +++ b/sudo.c @@ -85,11 +85,7 @@ char **Envp; char *host; char *user; char *cmnd; -#ifdef MULTIMAX -unsigned short uid; -#else uid_t uid; -#endif static void usage(); diff --git a/sudo.h b/sudo.h index 92bbfa9fc..996b57f57 100644 --- a/sudo.h +++ b/sudo.h @@ -41,9 +41,6 @@ SOLARIS - define if using Solaris 2.x - MULTIMAX - define if installing on Encore Multimax - Also change the LIBS macro to "LIBS=-ll" - SEND_MAIL_WHEN_NOT_OK - if you want a message sent to ALERTMAIL when the user is in the SUDOERS but does not have permission to execute @@ -283,11 +280,7 @@ void be_full_user(); * to be extern'ed here if this is main... */ #ifndef MAIN -#ifdef MULTIMAX -extern unsigned short uid; -#else extern uid_t uid; -#endif extern char *host; extern char *user; extern char *cmnd;