diff options
Diffstat (limited to 'contrib/bind9/lib/bind/irs/getnetgrent.c')
-rw-r--r-- | contrib/bind9/lib/bind/irs/getnetgrent.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind9/lib/bind/irs/getnetgrent.c b/contrib/bind9/lib/bind/irs/getnetgrent.c index b275153..a11fa08 100644 --- a/contrib/bind9/lib/bind/irs/getnetgrent.c +++ b/contrib/bind9/lib/bind/irs/getnetgrent.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getnetgrent.c,v 1.1.2.1.4.1 2004/03/09 08:33:36 marka Exp $"; +static const char rcsid[] = "$Id: getnetgrent.c,v 1.3.18.1 2005/04/27 05:00:58 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports */ @@ -154,3 +154,5 @@ init(void) { } #endif /*__BIND_NOSTATIC*/ + +/*! \file */ |