summaryrefslogtreecommitdiff
path: root/security/nss/lib
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2001-11-15 20:40:44 +0000
committernelsonb%netscape.com <devnull@localhost>2001-11-15 20:40:44 +0000
commit4cc44dc3c05f359825c1baf171a093746f9849f5 (patch)
tree2071923debaf7f8484f7781db3c6c612471f68bd /security/nss/lib
parent5a86a7cc39d716628c1b276ef9e88be643d7776a (diff)
downloadnss-hg-4cc44dc3c05f359825c1baf171a093746f9849f5.tar.gz
Add one more missing declaration of environ;
Diffstat (limited to 'security/nss/lib')
-rw-r--r--security/nss/lib/freebl/unix_rand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/freebl/unix_rand.c b/security/nss/lib/freebl/unix_rand.c
index 4925de672..22c1b94be 100644
--- a/security/nss/lib/freebl/unix_rand.c
+++ b/security/nss/lib/freebl/unix_rand.c
@@ -807,6 +807,7 @@ void RNG_SystemInfoForRNG(void)
size_t bytes;
int extra;
char **cp;
+ extern char **environ;
char *randfile;
GiveSystemInfo();