PolicyKit: Branch 'master'

Colin Walters walters at kemper.freedesktop.org
Thu Apr 11 10:42:57 PDT 2013


 src/polkitbackend/polkitbackendjsauthority.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f0fe6bb38840ea7f5fe2adc9f03886f73a697e72
Author: Samuli Suominen <ssuominen at gentoo.org>
Date:   Wed Mar 13 21:44:04 2013 +0200

    Add missing #include <sys/wait.h>
    
    This is required for WIFEXITED, WEXITSTATUS, WIFSIGNALED,
    WTERMSIG. This must have been implicit and nobody noticed, but isn't
    with SH4 architecture (Linux, Gentoo, GNU gcc and glibc).
    
    http://bugs.freedesktop.org/show_bug.cgi?id=62220

diff --git a/src/polkitbackend/polkitbackendjsauthority.c b/src/polkitbackend/polkitbackendjsauthority.c
index aa2838a..f66f436 100644
--- a/src/polkitbackend/polkitbackendjsauthority.c
+++ b/src/polkitbackend/polkitbackendjsauthority.c
@@ -20,6 +20,7 @@
  */
 
 #include "config.h"
+#include <sys/wait.h>
 #include <errno.h>
 #include <pwd.h>
 #include <grp.h>


More information about the hal-commit mailing list