diff options
author | Mike Westerhof <mwester@dls.net> | 2008-09-07 03:56:12 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-09-07 03:56:12 +0000 |
commit | 60547ded403dd699b9505963a9ecd7d8b5131c0d (patch) | |
tree | bad995bcb58896f3bba5df1885fc64a9c6f39b04 /packages/libxcomp/files/sa_restorer.patch | |
parent | e91fb86bac727e1331bd2e881ee31229a4861db9 (diff) | |
parent | 77d22b463d3fc3982db26d7e8d54ce3df9989077 (diff) |
merge of '36d8e178bafb50c7881d637db537e08c72510ace'
and '409f0e4c54eb53279e57c78f8ba5c98e3fa9ceb3'
Diffstat (limited to 'packages/libxcomp/files/sa_restorer.patch')
-rw-r--r-- | packages/libxcomp/files/sa_restorer.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/libxcomp/files/sa_restorer.patch b/packages/libxcomp/files/sa_restorer.patch new file mode 100644 index 0000000000..570b302dd3 --- /dev/null +++ b/packages/libxcomp/files/sa_restorer.patch @@ -0,0 +1,25 @@ +Patch taken from the debian unstable package + + +Index: nxcomp/Loop.cpp +=================================================================== +--- nxcomp/Loop.cpp 2008-06-16 18:49:56.330011773 +0100 ++++ nxcomp/Loop.cpp 2008-06-16 18:50:18.093320515 +0100 +@@ -5888,7 +5888,7 @@ + + #if defined(__linux__) + +- newAction.sa_restorer = NULL; ++ memset(&newAction, NULL, sizeof(newAction)); + + #endif + +@@ -6506,7 +6506,7 @@ + + #if defined(__linux__) + +- action.sa_restorer = NULL; ++ memset(&action, NULL, sizeof(action)); + + #endif + |