blob: cad04cc92642b82c6ea93a91f2634ed60d35af82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/plugin.cxx.orig 2024-09-15 08:35:35 UTC
+++ src/plugin.cxx
@@ -22,7 +22,7 @@
#include <sys/stat.h>
#include <sys/wait.h>
-#ifdef __APPLE__
+#ifdef __FreeBSD__
extern char **environ;
#endif
|