From 3fcd27039342510124e2987fb3a1e18fb1b0778d Mon Sep 17 00:00:00 2001 From: mar Date: Fri, 8 Mar 1991 10:32:50 +0000 Subject: [PATCH] ANSIfy --- include/moira.h | 6 +++--- lib/mr_private.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/moira.h b/include/moira.h index 03c5e703..d3e06b37 100644 --- a/include/moira.h +++ b/include/moira.h @@ -87,7 +87,7 @@ char *hash_lookup(struct hash *h, int key); char *strsave(char *s); char *strtrim(char *s); char *canonicalize_hostname(char *s); -#else !__STDC__ +#else /* !__STDC__ */ int mr_connect(); int mr_disconnect(); int mr_host(); @@ -102,6 +102,6 @@ char *hash_lookup(); char *strsave(); char *strtrim(); char *canonicalize_hostname(); -#endif __STDC__ +#endif /* __STDC__ */ -#endif _moira_h_ /* Do Not Add Anything after this line. */ +#endif /* _moira_h_ */ /* Do Not Add Anything after this line. */ diff --git a/lib/mr_private.h b/lib/mr_private.h index 19dfeaec..720c3cdc 100644 --- a/lib/mr_private.h +++ b/lib/mr_private.h @@ -36,7 +36,7 @@ extern char *malloc(); #ifndef htonl extern u_long htonl(), ntohl(); extern u_short htons(), ntohs(); -#endif htonl +#endif /* htonl */ -- 2.45.2