SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
sys/stat.h required for macros lik S_IWUSR
Index: mono/utils/mono-state.c
--- mono/utils/mono-state.c.orig
+++ mono/utils/mono-state.c
@@ -8,6 +8,7 @@
* (C) 2018 Microsoft, Inc.
*
*/
+#include <sys/stat.h>
#include <config.h>
#include <glib.h>
#include <mono/utils/mono-state.h>