aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-09-30 10:42:55 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-09-30 10:42:55 +0200
commitbedc65313f884f9b157822f4705c8e00accfd73f (patch)
treed80f0bb6ac3e965df06573cc5c194252fe2055bc /src
parent9f539062095a51527e93ff3c39618dce272a4aa5 (diff)
downloadlibssh-bedc65313f884f9b157822f4705c8e00accfd73f.tar.gz
libssh-bedc65313f884f9b157822f4705c8e00accfd73f.tar.xz
libssh-bedc65313f884f9b157822f4705c8e00accfd73f.zip
Removed the extern char *environ
Diffstat (limited to 'src')
-rw-r--r--src/socket.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/socket.c b/src/socket.c
index a34919f..5553d49 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -53,9 +53,6 @@
#include "libssh/poll.h"
#include "libssh/session.h"
-#ifndef _WIN32
-extern char **environ;
-#endif
/**
* @internal
*