diff options
Diffstat (limited to 'contrib/bind9/lib/bind/irs/getpwent.c')
-rw-r--r-- | contrib/bind9/lib/bind/irs/getpwent.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/bind9/lib/bind/irs/getpwent.c b/contrib/bind9/lib/bind/irs/getpwent.c index 10c237e..86f1d03 100644 --- a/contrib/bind9/lib/bind/irs/getpwent.c +++ b/contrib/bind9/lib/bind/irs/getpwent.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: getpwent.c,v 1.1.206.1 2004/03/09 08:33:36 marka Exp $"; +static const char rcsid[] = "$Id: getpwent.c,v 1.2.18.1 2005/04/27 05:00:59 sra Exp $"; #endif /* Imports */ @@ -198,3 +198,4 @@ init() { } #endif /* WANT_IRS_PW */ +/*! \file */ |