]> andersk Git - moira.git/blobdiff - update/exec_002.c
sms -> moira
[moira.git] / update / exec_002.c
index 1288793c5602cc42427d22fe135957ecf993173e..86dc35c9a66c4a221e0185b11b933fc1357ed053 100644 (file)
@@ -2,18 +2,21 @@
  *     $Source$
  *     $Header$
  */
+/*  (c) Copyright 1988 by the Massachusetts Institute of Technology. */
+/*  For copying and distribution information, please see the file */
+/*  <mit-copyright.h>. */
 
 #ifndef lint
 static char *rcsid_exec_002_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.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;
@@ -54,7 +57,7 @@ exec_002(str)
        } while (n != -1 && n != pid);
        sigsetmask(mask);
        if (waitb.w_status) {
-           n = waitb.w_retcode + sms_err_base;
+           n = waitb.w_retcode + ERROR_TABLE_BASE_sms;
            log_priority = log_ERROR;
            com_err(whoami, n, " child exited with status %d", waitb.w_retcode);
            code = send_object(conn, (char *)&n, INTEGER_T);
This page took 0.064289 seconds and 4 git commands to generate.