summaryrefslogtreecommitdiff
path: root/pcr/zoneminder/arm-context.patch
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-10-21 20:00:54 -0200
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-10-21 20:00:54 -0200
commitdc0e4891b14c9112d374bad83ec5d21a55db57e2 (patch)
treef2a5932bbd3fa8ade29fae02475e07c28539f1f1 /pcr/zoneminder/arm-context.patch
parentee7f9096475e0ea57d9326d087f94e3df4c6512b (diff)
downloadabslibre-dc0e4891b14c9112d374bad83ec5d21a55db57e2.tar.gz
abslibre-dc0e4891b14c9112d374bad83ec5d21a55db57e2.tar.bz2
abslibre-dc0e4891b14c9112d374bad83ec5d21a55db57e2.zip
zoneminder: drop old files
Diffstat (limited to 'pcr/zoneminder/arm-context.patch')
-rw-r--r--pcr/zoneminder/arm-context.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/zoneminder/arm-context.patch b/pcr/zoneminder/arm-context.patch
deleted file mode 100644
index a6fbb5328..000000000
--- a/pcr/zoneminder/arm-context.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/zm_signal.cpp.orig 2012-08-30 13:24:16.479872021 -0700
-+++ src/zm_signal.cpp 2012-08-30 13:27:35.909871996 -0700
-@@ -82,13 +82,13 @@
- int trace_size = 0;
-
- #if HAVE_STRUCT_SIGCONTEXT_EIP
-- Error( "Signal address is %p, from %p", (void *)context.cr2, (void *)context.eip );
-+ Error( "Signal address is %p, from %p", (void *)context.fault_address, (void *)context.eip );
-
- trace_size = backtrace( trace, TRACE_SIZE );
- // overwrite sigaction with caller's address
- trace[1] = (void *)context.eip;
- #elif HAVE_STRUCT_SIGCONTEXT
-- Error( "Signal address is %p, no eip", (void *)context.cr2 );
-+ Error( "Signal address is %p, no eip", (void *)context.fault_address );
-
- trace_size = backtrace( trace, TRACE_SIZE );
- #else // HAVE_STRUCT_SIGCONTEXT