From: Todd C. Miller Date: Sun, 6 Feb 1994 00:48:23 +0000 (+0000) Subject: took out multimax cruft X-Git-Tag: SUDO_1_3_0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4928e8b997372ea562a5cbb732789a11a01d3309;p=sudo took out multimax cruft --- 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;