diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:23 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:23 -0600 |
commit | fc0b5c902db294dff1930e558f8dce9cf060fd42 (patch) | |
tree | 434cb6c40ef267bdb04d162b310a55b55056d2e8 /lib/isc/inet_ntop.c | |
parent | 93744e253a50cdd78097dc5a150f4c035e8cbcc9 (diff) | |
download | bind9-fc0b5c902db294dff1930e558f8dce9cf060fd42.tar.gz |
9.0.0b4
Diffstat (limited to 'lib/isc/inet_ntop.c')
-rw-r--r-- | lib/isc/inet_ntop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/isc/inet_ntop.c b/lib/isc/inet_ntop.c index fefdffc6..a00f6562 100644 --- a/lib/isc/inet_ntop.c +++ b/lib/isc/inet_ntop.c @@ -16,7 +16,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: inet_ntop.c,v 1.5 1999/07/16 00:43:45 halley Exp $"; +static char rcsid[] = + "$Id: inet_ntop.c,v 1.6 2000/05/24 05:09:38 tale Exp $"; #endif /* LIBC_SCCS and not lint */ #include <config.h> |