summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/files/patch-src_core_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/metacity/files/patch-src_core_main.c')
-rw-r--r--x11-wm/metacity/files/patch-src_core_main.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-wm/metacity/files/patch-src_core_main.c b/x11-wm/metacity/files/patch-src_core_main.c
deleted file mode 100644
index a88ecf2af..000000000
--- a/x11-wm/metacity/files/patch-src_core_main.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/core/main.c.orig 2009-09-08 16:55:35.000000000 -0400
-+++ src/core/main.c 2009-10-02 23:36:53.000000000 -0400
-@@ -58,7 +58,11 @@
-
- #include <stdlib.h>
- #include <sys/types.h>
-+#ifdef __linux__
- #include <wait.h>
-+#else
-+#include <sys/wait.h>
-+#endif
- #include <stdio.h>
- #include <string.h>
- #include <signal.h>
-@@ -378,6 +382,9 @@ sigterm_handler (int signum)
- }
-
- static guint sigchld_signal_id = 0;
-+#ifndef CLD_EXITED
-+#define CLD_EXITED 1
-+#endif
-
- static void
- sigchld_handler (int signum, siginfo_t *info, void *context)