diff options
Diffstat (limited to 'contrib/bind9/lib/bind/irs/lcl.c')
-rw-r--r-- | contrib/bind9/lib/bind/irs/lcl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind9/lib/bind/irs/lcl.c b/contrib/bind9/lib/bind/irs/lcl.c index e02c90d..930c87e 100644 --- a/contrib/bind9/lib/bind/irs/lcl.c +++ b/contrib/bind9/lib/bind/irs/lcl.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: lcl.c,v 1.1.206.2 2004/03/17 00:29:49 marka Exp $"; +static const char rcsid[] = "$Id: lcl.c,v 1.3.18.1 2005/04/27 05:01:02 sra Exp $"; #endif /* Imports */ @@ -138,3 +138,5 @@ lcl_close(struct irs_acc *this) { } memput(this, sizeof *this); } + +/*! \file */ |