File libcgroup-sigaction.patch of Package libcgroup1
--- cgrulesengd.c
+++ cgrulesengd.c
@@ -589,7 +589,6 @@ int main(int argc, char *argv[])
*/
sa.sa_handler = &cgre_flash_rules;
sa.sa_flags = 0;
- sa.sa_restorer = NULL;
sigemptyset(&sa.sa_mask);
if ((ret = sigaction(SIGUSR2, &sa, NULL))) {
flog(logfile, "Failed to set up signal handler for SIGUSR2."