summaryrefslogtreecommitdiff
path: root/zhm/queue.c
diff options
context:
space:
mode:
authorGravatar Lucien Van Elsen <lwvanels@mit.edu>1991-12-05 10:26:50 +0000
committerGravatar Lucien Van Elsen <lwvanels@mit.edu>1991-12-05 10:26:50 +0000
commit3df909f77184af56c150cd25f2e3d46405fdd794 (patch)
tree4bea59760fd9786762894d68196fa5df82968184 /zhm/queue.c
parent87cc8779b7fa73812f2317d32859ab93a1eb2325 (diff)
ANSI style #endif's
Diffstat (limited to 'zhm/queue.c')
-rw-r--r--zhm/queue.c10
1 files changed, 5 insertions, 5 deletions
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()
{