1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-10 06:23:01 +03:00

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 dc88a937f0
commit 64ae0525cf

View File

@@ -54,7 +54,7 @@
#include "libssh/session.h"
#ifndef _WIN32
extern const char **environ;
extern char **environ;
#endif
/**
* @internal