]> 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 ee2e32fe6d537b59b2479e19d3d0196bb6b092c6..f02f208176360a080e204c20e540d429a63076a5 100644 (file)
@@ -12,10 +12,11 @@ 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"
 
 extern CONNECTION conn;
@@ -44,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.025884 seconds and 4 git commands to generate.