socket: According to execle(2) environ shouldn't be const.

This commit is contained in:
Andreas Schneider
2010-06-01 21:47:15 +02:00
parent a6a7922dbd
commit be389dd644

View File

@@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
extern const char **environ;
extern char **environ;
#endif
#include "libssh/priv.h"
#include "libssh/socket.h"