From e0cddd9249a251721743f215ab9de28a3b65d4e9 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 28 Jun 1989 13:39:59 +0000 Subject: [PATCH] update for use with new com_err library --- clients/userreg/reg_stubs.c | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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: - */ -- 2.45.1