diff options
Diffstat (limited to 'contrib/bind9/lib/bind/irs/util.c')
-rw-r--r-- | contrib/bind9/lib/bind/irs/util.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind9/lib/bind/irs/util.c b/contrib/bind9/lib/bind/irs/util.c index 095e7ad..5c4cc28 100644 --- a/contrib/bind9/lib/bind/irs/util.c +++ b/contrib/bind9/lib/bind/irs/util.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: util.c,v 1.1.206.1 2004/03/09 08:33:39 marka Exp $"; +static const char rcsid[] = "$Id: util.c,v 1.2.18.1 2005/04/27 05:01:05 sra Exp $"; #endif #include "port_before.h" @@ -105,3 +105,5 @@ make_group_list(struct irs_gr *this, const char *name, *ngroups = ng; return (ret); } + +/*! \file */ |