aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/011_nxcomp_sa-restorer.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-16 10:54:19 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-01-16 10:54:19 +0100
commit1bd66f19cca344557602aa3640b32e747980f8d3 (patch)
tree270eabd369389b7a1cb4c32f27d20b5bb3aa9775 /debian/patches/011_nxcomp_sa-restorer.patch
parent28b2a3a93daaa29a2635fb8ae670eccfe772e3d8 (diff)
downloadnx-libs-1bd66f19cca344557602aa3640b32e747980f8d3.tar.gz
nx-libs-1bd66f19cca344557602aa3640b32e747980f8d3.tar.bz2
nx-libs-1bd66f19cca344557602aa3640b32e747980f8d3.zip
Drop patch: 011_nxcomp_sa-restorer.patch.
Diffstat (limited to 'debian/patches/011_nxcomp_sa-restorer.patch')
-rw-r--r--debian/patches/011_nxcomp_sa-restorer.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/011_nxcomp_sa-restorer.patch b/debian/patches/011_nxcomp_sa-restorer.patch
deleted file mode 100644
index afaa29fce..000000000
--- a/debian/patches/011_nxcomp_sa-restorer.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: sa_restorer vs. memset
- Use memset instead of setting .sa_restorer to NULL.
-Forwarded: not-yet
-Author: Stéphane Graber <stgraber@ubuntu.com>
-Last-Update: 2011-12-31
---- a/nxcomp/Loop.cpp
-+++ b/nxcomp/Loop.cpp
-@@ -5895,7 +5895,7 @@
-
- #if defined(__linux__)
-
-- newAction.sa_restorer = NULL;
-+ memset(&newAction, NULL, sizeof(newAction));
-
- #endif
-
-@@ -6513,7 +6513,7 @@
-
- #if defined(__linux__)
-
-- action.sa_restorer = NULL;
-+ memset(&action, NULL, sizeof(action));
-
- #endif
-