From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/libxcomp/files/sa_restorer.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 packages/libxcomp/files/sa_restorer.patch (limited to 'packages/libxcomp/files') diff --git a/packages/libxcomp/files/sa_restorer.patch b/packages/libxcomp/files/sa_restorer.patch deleted file mode 100644 index 570b302dd3..0000000000 --- a/packages/libxcomp/files/sa_restorer.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 - -- cgit v1.2.3