[Xfce4-commits] r25765 - in xfce4-panel/trunk: . plugins/launcher
Nick Schermer
nick at xfce.org
Sun May 27 10:43:55 CEST 2007
Author: nick
Date: 2007-05-27 08:43:54 +0000 (Sun, 27 May 2007)
New Revision: 25765
Modified:
xfce4-panel/trunk/ChangeLog
xfce4-panel/trunk/plugins/launcher/launcher-exec.c
Log:
* plugins/launcher/launcher-exec.c: Define WAIT_ANY if it's not
available in wait.h. Reported by Daichi.
Modified: xfce4-panel/trunk/ChangeLog
===================================================================
--- xfce4-panel/trunk/ChangeLog 2007-05-25 10:28:06 UTC (rev 25764)
+++ xfce4-panel/trunk/ChangeLog 2007-05-27 08:43:54 UTC (rev 25765)
@@ -1,3 +1,8 @@
+2007-05-27 10:50 nick
+
+ * plugins/launcher/launcher-exec.c: Define WAIT_ANY if it's not
+ available in wait.h. Reported by Daichi.
+
2007-05-26 12:25 nick
* plugins/clock/clock.c: Also reschedule when the clock type changes.
Modified: xfce4-panel/trunk/plugins/launcher/launcher-exec.c
===================================================================
--- xfce4-panel/trunk/plugins/launcher/launcher-exec.c 2007-05-25 10:28:06 UTC (rev 25764)
+++ xfce4-panel/trunk/plugins/launcher/launcher-exec.c 2007-05-27 08:43:54 UTC (rev 25765)
@@ -36,6 +36,10 @@
#include <sys/wait.h>
#endif
+#ifndef WAIT_ANY
+#define WAIT_ANY (-1)
+#endif
+
#include "launcher.h"
#include "launcher-exec.h"
More information about the Xfce4-commits
mailing list