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

use __hpux not hpux

This commit is contained in:
Todd C. Miller
1994-07-07 00:08:14 +00:00
parent 93279eeafc
commit 0148bcaf6b

4
sudo.c
View File

@@ -332,9 +332,9 @@ static void clean_env(envp)
* omit all LD_* environmental vars
*/
rmenv(envp, "LD_", 3);
#ifdef hpux
#ifdef __hpux
rmenv(envp, "SHLIB_PATH", 10);
#endif /* hpux */
#endif /* __hpux */
#ifdef _AIX
rmenv(envp, "LIBPATH", 7);
#endif /* _AIX */