aboutsummaryrefslogtreecommitdiffstats
path: root/games/warzone2100
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-03-07 01:42:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-03-07 01:42:19 +0800
commit82ad8af64c0c49a55858e7d659f0b409130c17d2 (patch)
tree3b02ac28c94dcc9dc26ebc75097673c1288fe068 /games/warzone2100
parent9f71a579ecadd83f7cfedc30e39bdc0e9aac0f31 (diff)
downloadfreebsd-ports-gnome-82ad8af64c0c49a55858e7d659f0b409130c17d2.tar.gz
freebsd-ports-gnome-82ad8af64c0c49a55858e7d659f0b409130c17d2.tar.zst
freebsd-ports-gnome-82ad8af64c0c49a55858e7d659f0b409130c17d2.zip
- Remove unneeded patch
Diffstat (limited to 'games/warzone2100')
-rw-r--r--games/warzone2100/files/patch-lib-exceptionhandler-exceptionhandler.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/games/warzone2100/files/patch-lib-exceptionhandler-exceptionhandler.c b/games/warzone2100/files/patch-lib-exceptionhandler-exceptionhandler.c
deleted file mode 100644
index 6d8638548160..000000000000
--- a/games/warzone2100/files/patch-lib-exceptionhandler-exceptionhandler.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- lib/exceptionhandler/exceptionhandler.c.orig 2010-11-28 22:39:00.000000000 +0300
-+++ lib/exceptionhandler/exceptionhandler.c 2010-12-22 20:00:57.000000000 +0300
-@@ -122,10 +122,6 @@
- # include <sys/stat.h>
- # include <sys/wait.h>
- # include <sys/utsname.h>
--# include <sys/prctl.h>
--#ifndef PR_SET_PTRACER
--# define PR_SET_PTRACER 0x59616d61 // prctl will ignore unknown options
--#endif
-
- // GNU extension for backtrace():
- # if defined(__GLIBC__)
-@@ -492,9 +488,6 @@
- // Check to see if we're the parent
- if (pid != 0)
- {
-- // Allow tracing the process, some hardened kernel configurations disallow this.
-- prctl(PR_SET_PTRACER, pid, 0, 0, 0);
--
- // Return the write end of the pipe
- *gdbWritePipe = gdbPipe[1];
-