make roken not provide environ, its really something that doesnt work in a multinamespace enviroments (read mac os x)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23943 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-19 04:57:42 +00:00
parent 7fee3c4315
commit 3ad1d78d63
9 changed files with 24 additions and 9 deletions

View File

@@ -69,6 +69,11 @@ add_env(const char *var, const char *value)
extend_env(str);
}
#if !HAVE_DECL_ENVIRON
extern char **environ;
#endif
void
copy_env(void)
{