]> granicus.if.org Git - sudo/commitdiff
use __hpux not hpux
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 7 Jul 1994 00:08:14 +0000 (00:08 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 7 Jul 1994 00:08:14 +0000 (00:08 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index 8328e41b39d6450c7907c0228e235eb4a9b2170a..3f7b7ba4c9de2ba4d44b1f81148b3209fab3c6b7 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -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 */