summaryrefslogtreecommitdiff
path: root/zhm/zhm_client.c
diff options
context:
space:
mode:
authorGravatar David C. Jedlinsky <opus@mit.edu>1988-02-25 14:58:58 +0000
committerGravatar David C. Jedlinsky <opus@mit.edu>1988-02-25 14:58:58 +0000
commit6eceddbbd89e73a99991c0a510ce84b5fb6ab599 (patch)
treeea98974e9822044ec81dae2fca9f6012ab7b1124 /zhm/zhm_client.c
parentbdef296246f30b38a4d23a28e4ae1fa9e0830542 (diff)
Changed "hm.h" to "zhm.h" and fixed two lint complaints.
Diffstat (limited to 'zhm/zhm_client.c')
-rw-r--r--zhm/zhm_client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zhm/zhm_client.c b/zhm/zhm_client.c
index f72e9fe..94ee63b 100644
--- a/zhm/zhm_client.c
+++ b/zhm/zhm_client.c
@@ -11,7 +11,7 @@
* "mit-copyright.h".
*/
-#include "hm.h"
+#include "zhm.h"
#ifndef lint
#ifndef SABER
@@ -30,7 +30,7 @@ transmission_tower(notice, packet, pak_len)
ZNotice_t gack;
Code_t ret;
struct sockaddr_in gsin;
- int tleft;
+ unsigned int tleft;
nclt++;
if (notice->z_kind == HMCTL) {
@@ -39,7 +39,7 @@ transmission_tower(notice, packet, pak_len)
deactivated = 1;
}
else if (!strcmp(notice->z_opcode, CLIENT_NEW_SERVER))
- new_server(NULL);
+ new_server((char *)NULL);
else
syslog (LOG_INFO, "Bad control notice from client.");
return;