summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/bind/irs/dns_gr.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind9/lib/bind/irs/dns_gr.c')
-rw-r--r--contrib/bind9/lib/bind/irs/dns_gr.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bind9/lib/bind/irs/dns_gr.c b/contrib/bind9/lib/bind/irs/dns_gr.c
index a35b10c..358e5a7 100644
--- a/contrib/bind9/lib/bind/irs/dns_gr.c
+++ b/contrib/bind9/lib/bind/irs/dns_gr.c
@@ -16,10 +16,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$Id: dns_gr.c,v 1.1.2.1.4.1 2004/03/09 08:33:34 marka Exp $";
+static const char rcsid[] = "$Id: dns_gr.c,v 1.3.18.1 2005/04/27 05:00:54 sra Exp $";
#endif
-/*
+/*! \file
+ * \brief
* dns_gr.c --- this file contains the functions for accessing
* group information from Hesiod.
*/
@@ -69,7 +70,7 @@ struct pvt {
* we keep one buffer and resize it as needed.
*/
struct group group;
- size_t nmemb; /* Malloc'd max index of gr_mem[]. */
+ size_t nmemb; /*%< Malloc'd max index of gr_mem[]. */
char * membuf;
size_t membufsize;
};
OpenPOWER on IntegriCloud