From 4928e8b997372ea562a5cbb732789a11a01d3309 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 6 Feb 1994 00:48:23 +0000 Subject: [PATCH] took out multimax cruft --- sudo.c | 4 ---- sudo.h | 7 ------- 2 files changed, 11 deletions(-) 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; -- 2.40.0