From: mar Date: Mon, 26 Jun 1989 14:13:14 +0000 (+0000) Subject: update for use with new com_err library X-Git-Tag: PATCH5~50 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/b33c09869cc0e376f3b59ff277e9975c49eec309 update for use with new com_err library --- diff --git a/update/exec_002.c b/update/exec_002.c index 36c25462..f0fbbf46 100644 --- a/update/exec_002.c +++ b/update/exec_002.c @@ -58,7 +58,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);