]> granicus.if.org Git - sudo/commitdiff
newer irix uses _RLDN32_* envariables for 32-bit binaries so ignore _RLD* instead...
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 13 Jan 1998 17:58:40 +0000 (17:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 13 Jan 1998 17:58:40 +0000 (17:58 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index 05dacabea73b5f78fcba70ed8ebe9bba4c9ec844..fa9687c82533ee6c9024a4e302b09daf164b4486 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -161,7 +161,7 @@ extern int printmatches;
 struct env_table badenv_table[] = {
     { "IFS=", 4 },
     { "LD_", 3 },
-    { "_RLD_", 5 },
+    { "_RLD", 4 },
 #ifdef __hpux
     { "SHLIB_PATH=", 11 },
 #endif /* __hpux */