2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-04 08:15: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 * omit all LD_* environmental vars
*/ */
rmenv(envp, "LD_", 3); rmenv(envp, "LD_", 3);
#ifdef hpux #ifdef __hpux
rmenv(envp, "SHLIB_PATH", 10); rmenv(envp, "SHLIB_PATH", 10);
#endif /* hpux */ #endif /* __hpux */
#ifdef _AIX #ifdef _AIX
rmenv(envp, "LIBPATH", 7); rmenv(envp, "LIBPATH", 7);
#endif /* _AIX */ #endif /* _AIX */