diff options
author | TBK <tbk@jjtc.eu> | 2019-03-08 10:44:16 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-11 17:35:05 +0000 |
commit | fa8bb1ab728fd9c90e4ac329e47acd12d3f31e80 (patch) | |
tree | 0c116037fa0bf0d8c440550d609dee5ce0e9082d /testing/mono/fix-mono-state.patch | |
parent | 833a4377701c2bf5e22f19398b9fa32a35ec085c (diff) | |
download | aports-fa8bb1ab728fd9c90e4ac329e47acd12d3f31e80.tar.bz2 aports-fa8bb1ab728fd9c90e4ac329e47acd12d3f31e80.tar.xz |
testing/mono: upgrade to 5.18.0.268
Diffstat (limited to 'testing/mono/fix-mono-state.patch')
-rw-r--r-- | testing/mono/fix-mono-state.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mono/fix-mono-state.patch b/testing/mono/fix-mono-state.patch new file mode 100644 index 0000000000..570916b968 --- /dev/null +++ b/testing/mono/fix-mono-state.patch @@ -0,0 +1,11 @@ +--- a/mono/utils/mono-state.c ++++ b/mono/utils/mono-state.c +@@ -33,7 +33,7 @@ + #endif + + #include <sys/param.h> +-#include <sys/sysctl.h> ++#include <linux/sysctl.h> + #include <fcntl.h> + + typedef struct { |