summaryrefslogtreecommitdiff
path: root/security/openconnect/files/patch-openconnect-internal.h
blob: ca02258192c0e8edf0c39774997bbff757a71b27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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
  */