diff options
Diffstat (limited to 'resolv/ns_ttl.c')
-rw-r--r-- | resolv/ns_ttl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resolv/ns_ttl.c b/resolv/ns_ttl.c index 6be2b0d7a7..c5d5af2f10 100644 --- a/resolv/ns_ttl.c +++ b/resolv/ns_ttl.c @@ -15,11 +15,12 @@ * SOFTWARE. */ -#ifndef lint -static const char rcsid[] = "$Id$"; +#if !defined(_LIBC) && !defined(lint) +static const char rcsid[] = "$BINDId: ns_ttl.c,v 8.8 1999/10/13 16:39:36 vixie Exp $"; #endif /* Import. */ + #include <arpa/nameser.h> #include <ctype.h> |