environ: add declaration for

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5309 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-01-30 18:32:59 +00:00
parent fe80314a07
commit efbc469e2b

View File

@@ -1,6 +1,6 @@
/* -*- C -*- */
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -371,6 +371,10 @@ extern int opterr;
extern const char *__progname;
#endif
#ifndef HAVE_ENVIRON_DECLARATION
extern char **environ;
#endif
/*
* kludges and such
*/