]> granicus.if.org Git - sudo/commitdiff
took out multimax cruft
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Feb 1994 00:48:23 +0000 (00:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Feb 1994 00:48:23 +0000 (00:48 +0000)
sudo.c
sudo.h

diff --git a/sudo.c b/sudo.c
index 1b7064cd85ad0853400809f4d0ab399a0811de89..a90eb4b3f94685e4223e4c01f17737fe7f297109 100644 (file)
--- 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 92bbfa9fc638664af47940291680be9962aa8cf1..996b57f57a2df5672ebbd0222e4a99edcabebb02 100644 (file)
--- 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;