]> andersk Git - moira.git/commitdiff
update for use with new com_err library
authormar <mar>
Wed, 28 Jun 1989 13:39:59 +0000 (13:39 +0000)
committermar <mar>
Wed, 28 Jun 1989 13:39:59 +0000 (13:39 +0000)
clients/userreg/reg_stubs.c

index 94ec0b2d7dcde3e5ebd5810711924d2e3a72b03d..afa35198f4df86456bba4b30dc70182e696cbcab 100644 (file)
@@ -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:
- */
This page took 0.213662 seconds and 5 git commands to generate.