From 3df909f77184af56c150cd25f2e3d46405fdd794 Mon Sep 17 00:00:00 2001 From: Lucien Van Elsen Date: Thu, 5 Dec 1991 10:26:50 +0000 Subject: ANSI style #endif's --- zhm/queue.c | 10 +++++----- zhm/zhm_client.c | 4 ++-- zhm/zhm_server.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'zhm') diff --git a/zhm/queue.c b/zhm/queue.c index 0837aa8..127a4fa 100644 --- a/zhm/queue.c +++ b/zhm/queue.c @@ -16,8 +16,8 @@ #ifndef lint #ifndef SABER static char rcsid_queue_c[] = "$Header$"; -#endif SABER -#endif lint +#endif /* SABER */ +#endif /* lint */ typedef struct _Queue { long timeout; @@ -87,7 +87,7 @@ int len; if (!is_in_queue(notice)) return(ZERR_NONOTICE); else -#endif DEBUG +#endif /* DEBUG */ return(ZERR_NONE); } @@ -112,7 +112,7 @@ struct sockaddr_in *repl; (void)alarm(0); #ifdef DEBUG dump_queue(); -#endif DEBUG +#endif /* DEBUG */ return(ZERR_NONE); } } @@ -184,7 +184,7 @@ Code_t dump_queue() srch = srch->q_forw; } while (srch != &hm_queue); } -#endif DEBUG +#endif /* DEBUG */ int queue_len() { diff --git a/zhm/zhm_client.c b/zhm/zhm_client.c index 35db64a..ac634c4 100644 --- a/zhm/zhm_client.c +++ b/zhm/zhm_client.c @@ -16,8 +16,8 @@ #ifndef lint #ifndef SABER static char rcsid_hm_client_c[] = "$Header$"; -#endif SABER -#endif lint +#endif /* SABER */ +#endif /* lint */ extern int no_server, timeout_type, nclt, deactivated; extern struct sockaddr_in cli_sin, serv_sin, from; diff --git a/zhm/zhm_server.c b/zhm/zhm_server.c index 7940f20..3496be4 100644 --- a/zhm/zhm_server.c +++ b/zhm/zhm_server.c @@ -16,8 +16,8 @@ #ifndef lint #ifndef SABER static char rcsid_hm_server_c[] = "$Header$"; -#endif SABER -#endif lint +#endif /* SABER */ +#endif /* lint */ int serv_loop = 0; extern u_short cli_port; -- cgit v1.2.3