f019b503d9
PR: 266079 Submitted by: Ihor Antonov <ihor@antonovs.family>
14 lines
282 B
C
14 lines
282 B
C
--- openconnect-internal.h.orig 2022-08-27 20:09:15 UTC
|
|
+++ openconnect-internal.h
|
|
@@ -135,6 +135,11 @@
|
|
#include <spawn.h>
|
|
#endif
|
|
|
|
+
|
|
+#ifdef __FreeBSD__
|
|
+extern char **environ;
|
|
+#endif
|
|
+
|
|
/* Equivalent of "/dev/null" on Windows.
|
|
* See https://stackoverflow.com/a/44163934
|
|
*/
|