]> andersk Git - moira.git/blobdiff - update/exec_002.c
Since pr_ChangeEntry() already checks to see if the id's aren't changing,
[moira.git] / update / exec_002.c
index f0fbbf4636854db5415efda5595f21818ee468b4..f02f208176360a080e204c20e540d429a63076a5 100644 (file)
@@ -12,12 +12,12 @@ static char *rcsid_exec_002_c = "$Header$";
 
 #include <mit-copyright.h>
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/wait.h>
 #include <signal.h>
 #include <gdb.h>
-#include <sms.h>
+#include <moira.h>
 #include "update.h"
-#include "kludge.h"
 
 extern CONNECTION conn;
 extern int code, errno;
@@ -45,6 +45,7 @@ exec_002(str)
            exit(1);
        return;
     case 0:
+       sigsetmask(mask);
        execlp(str, str, (char *)NULL);
        n = errno;
        sigsetmask(mask);
This page took 0.0528 seconds and 4 git commands to generate.