No need to preserve ODMDIR on AIX now that we always read

/etc/environment.
This commit is contained in:
Todd C. Miller
2012-03-28 08:18:26 -04:00
parent caf01d98c4
commit cfdc45ea62

View File

@@ -198,9 +198,6 @@ static const char *initial_keepenv_table[] = {
"TZ",
"XAUTHORITY",
"XAUTHORIZATION",
#ifdef _AIX
"ODMDIR",
#endif
NULL
};