b475e4a46a
+ Remove spyblock@gnu.org addon because it causes problems: See: https://github.com/voidlinux/void-packages/issues/2310 and http://lists.gnu.org/archive/html/bug-gnuzilla/2015-07/msg00041.html Closes #2310 Closes #2346
10 lines
290 B
Diff
10 lines
290 B
Diff
--- security/sandbox/linux/SandboxFilter.cpp 2015-07-14 00:09:13.000000000 +0200
|
|
+++ security/sandbox/linux/SandboxFilter.cpp 2015-08-23 11:12:36.040110310 +0200
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#include "SandboxFilter.h"
|
|
|
|
+#include <stdint.h>
|
|
#include "linux_seccomp.h"
|
|
#include "linux_syscalls.h"
|
|
|