diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-06-06 16:19:47 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-06-06 16:19:47 +0200 |
commit | 353485a40885d0fe8284600ab8f6b99a10c5cd43 (patch) | |
tree | d36fd7ff0964225c2bfb59102c2906c35d8ab612 /nslcd/nslcd.c | |
parent | b1e43aac2b2e01442cf8024be9cc0e8517386ed4 (diff) |
environ is defined in unistd.h
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@744 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r-- | nslcd/nslcd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 9b77b8f..74f76cd 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -69,9 +69,6 @@ #define WRITEBUFFER_MINSIZE 64 #define WRITEBUFFER_MAXSIZE 1*1024*1024 -/* the definition of the environment */ -extern char **environ; - /* flag to indictate if we are in debugging mode */ static int nslcd_debugging=0; |