From: mar Date: Wed, 28 Jun 1989 13:39:59 +0000 (+0000) Subject: update for use with new com_err library X-Git-Tag: PATCH5~34 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/e0cddd9249a251721743f215ab9de28a3b65d4e9?hp=262ca74044fd6b4cbf752a03698638016c684f39 update for use with new com_err library --- diff --git a/clients/userreg/reg_stubs.c b/clients/userreg/reg_stubs.c index 94ec0b2d..afa35198 100644 --- a/clients/userreg/reg_stubs.c +++ b/clients/userreg/reg_stubs.c @@ -36,8 +36,8 @@ ureg_init() struct hostent *hp; struct sockaddr_in sin; - init_ureg_err_tbl(); - init_sms_err_tbl(); + initialize_ureg_error_table(); + initialize_sms_error_table(); hp = gethostbyname("sms.mit.edu"); if (hp == NULL) return UNKNOWN_HOST; @@ -283,14 +283,3 @@ static do_call(buf, len, seq_no, login) } while (++retry < 10); return ETIMEDOUT; } - -/* - * Local Variables: - * mode: c - * c-indent-level: 4 - * c-continued-statement-offset: 4 - * c-brace-offset: -4 - * c-argdecl-indent: 4 - * c-label-offset: -4 - * End: - */