2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

now removes LIBPATH for AIX

This commit is contained in:
Todd C. Miller
1994-04-28 16:36:16 +00:00
parent d344d99260
commit 4624211f85

3
sudo.c
View File

@@ -301,6 +301,9 @@ static void clean_env(envp)
#ifdef hpux
rmenv(envp, "SHLIB_PATH", 10);
#endif /* hpux */
#ifdef _AIX
rmenv(envp, "LIBPATH", 7);
#endif /* _AIX */
#ifdef __alpha
rmenv(envp, "_RLD_", 5);
#endif /* __alpha */