aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scummvm/disable-forbidden.patch
blob: 1d37efc279388fe1f8921ad1775f357911dbfd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This patch fix compatibility between scummvm/forbidden security enforcement
and fortify-headers. The first is meant to avoid direct access to system
calls for scummvm to be fully portable on a lot of platforms.

--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -464,6 +464,4 @@

 #endif

-#include "common/forbidden.h"
-
 #endif