diff options
Diffstat (limited to 'lib/bind')
168 files changed, 168 insertions, 168 deletions
diff --git a/lib/bind/Makefile.in b/lib/bind/Makefile.in index fd9a16f67f7c..fca73257b3e2 100644 --- a/lib/bind/Makefile.in +++ b/lib/bind/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.22.18.7 2006/06/24 00:25:39 marka Exp $ +# $Id: Makefile.in,v 1.22.18.7 2006-06-24 00:25:39 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/bsd/Makefile.in b/lib/bind/bsd/Makefile.in index 72a52f61ff1a..635eeeddd790 100644 --- a/lib/bind/bsd/Makefile.in +++ b/lib/bind/bsd/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7.18.2 2008/03/20 23:46:01 tbox Exp $ +# $Id: Makefile.in,v 1.7.18.2 2008-03-20 23:46:01 tbox Exp $ srcdir= @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/bsd/daemon.c b/lib/bind/bsd/daemon.c index a7d2ded9b576..d1686a99616a 100644 --- a/lib/bind/bsd/daemon.c +++ b/lib/bind/bsd/daemon.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: daemon.c,v 1.1.352.1 2005/04/27 05:00:42 sra Exp $"; +static const char rcsid[] = "$Id: daemon.c,v 1.1.352.1 2005-04-27 05:00:42 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/ftruncate.c b/lib/bind/bsd/ftruncate.c index b222c8b25e7a..adcfd4180d47 100644 --- a/lib/bind/bsd/ftruncate.c +++ b/lib/bind/bsd/ftruncate.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: ftruncate.c,v 1.1.352.3 2005/06/22 22:05:45 marka Exp $"; +static const char rcsid[] = "$Id: ftruncate.c,v 1.1.352.3 2005-06-22 22:05:45 marka Exp $"; #endif /*! \file diff --git a/lib/bind/bsd/gettimeofday.c b/lib/bind/bsd/gettimeofday.c index 0c88e009c583..671f22bfe3de 100644 --- a/lib/bind/bsd/gettimeofday.c +++ b/lib/bind/bsd/gettimeofday.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: gettimeofday.c,v 1.3.332.1 2005/04/27 05:00:43 sra Exp $"; +static const char rcsid[] = "$Id: gettimeofday.c,v 1.3.332.1 2005-04-27 05:00:43 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/bsd/mktemp.c b/lib/bind/bsd/mktemp.c index f201c2d7bf8e..2f40eaa410dd 100644 --- a/lib/bind/bsd/mktemp.c +++ b/lib/bind/bsd/mktemp.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: mktemp.c,v 1.1.352.1 2005/04/27 05:00:43 sra Exp $"; +static const char rcsid[] = "$Id: mktemp.c,v 1.1.352.1 2005-04-27 05:00:43 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/putenv.c b/lib/bind/bsd/putenv.c index dca02c10e6b4..30cf1018d7f0 100644 --- a/lib/bind/bsd/putenv.c +++ b/lib/bind/bsd/putenv.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: putenv.c,v 1.1.352.1 2005/04/27 05:00:43 sra Exp $"; +static const char rcsid[] = "$Id: putenv.c,v 1.1.352.1 2005-04-27 05:00:43 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/bsd/readv.c b/lib/bind/bsd/readv.c index eb13bccd0130..219271de60a8 100644 --- a/lib/bind/bsd/readv.c +++ b/lib/bind/bsd/readv.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: readv.c,v 1.1.352.1 2005/04/27 05:00:43 sra Exp $"; +static const char rcsid[] = "$Id: readv.c,v 1.1.352.1 2005-04-27 05:00:43 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/bsd/setenv.c b/lib/bind/bsd/setenv.c index ce2f06398151..620ae2058fb8 100644 --- a/lib/bind/bsd/setenv.c +++ b/lib/bind/bsd/setenv.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)setenv.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: setenv.c,v 1.1.352.1 2005/04/27 05:00:44 sra Exp $"; +static const char rcsid[] = "$Id: setenv.c,v 1.1.352.1 2005-04-27 05:00:44 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/setitimer.c b/lib/bind/bsd/setitimer.c index 2d5a4e4cb57f..07a431aff332 100644 --- a/lib/bind/bsd/setitimer.c +++ b/lib/bind/bsd/setitimer.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: setitimer.c,v 1.1.352.1 2005/04/27 05:00:44 sra Exp $"; +static const char rcsid[] = "$Id: setitimer.c,v 1.1.352.1 2005-04-27 05:00:44 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/bsd/strcasecmp.c b/lib/bind/bsd/strcasecmp.c index fd768373e834..1a4803c98adb 100644 --- a/lib/bind/bsd/strcasecmp.c +++ b/lib/bind/bsd/strcasecmp.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: strcasecmp.c,v 1.1.352.1 2005/04/27 05:00:45 sra Exp $"; +static const char rcsid[] = "$Id: strcasecmp.c,v 1.1.352.1 2005-04-27 05:00:45 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/strerror.c b/lib/bind/bsd/strerror.c index 325cd5204425..70d9725341fb 100644 --- a/lib/bind/bsd/strerror.c +++ b/lib/bind/bsd/strerror.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: strerror.c,v 1.4.332.2 2008/02/18 04:04:06 marka Exp $"; +static const char rcsid[] = "$Id: strerror.c,v 1.4.332.2 2008-02-18 04:04:06 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/strpbrk.c b/lib/bind/bsd/strpbrk.c index 45025726e568..dfe4d1039cd4 100644 --- a/lib/bind/bsd/strpbrk.c +++ b/lib/bind/bsd/strpbrk.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: strpbrk.c,v 1.1.352.1 2005/04/27 05:00:46 sra Exp $"; +static const char rcsid[] = "$Id: strpbrk.c,v 1.1.352.1 2005-04-27 05:00:46 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/strsep.c b/lib/bind/bsd/strsep.c index 1214f80363fc..39802aa74468 100644 --- a/lib/bind/bsd/strsep.c +++ b/lib/bind/bsd/strsep.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "strsep.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: strsep.c,v 1.1.352.1 2005/04/27 05:00:47 sra Exp $"; +static const char rcsid[] = "$Id: strsep.c,v 1.1.352.1 2005-04-27 05:00:47 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/strtoul.c b/lib/bind/bsd/strtoul.c index c2efeda197cf..e17b17a00113 100644 --- a/lib/bind/bsd/strtoul.c +++ b/lib/bind/bsd/strtoul.c @@ -1,6 +1,6 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: strtoul.c,v 1.2.164.2 2008/02/18 04:04:06 marka Exp $"; +static const char rcsid[] = "$Id: strtoul.c,v 1.2.164.2 2008-02-18 04:04:06 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/bind/bsd/writev.c b/lib/bind/bsd/writev.c index 0e81c260c938..1cfa1de9e5ce 100644 --- a/lib/bind/bsd/writev.c +++ b/lib/bind/bsd/writev.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: writev.c,v 1.2.164.1 2005/04/27 05:00:47 sra Exp $"; +static const char rcsid[] = "$Id: writev.c,v 1.2.164.1 2005-04-27 05:00:47 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/dst/Makefile.in b/lib/bind/dst/Makefile.in index a841d4900862..f1a671c9e0e3 100644 --- a/lib/bind/dst/Makefile.in +++ b/lib/bind/dst/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.6.18.2 2008/03/20 23:46:01 tbox Exp $ +# $Id: Makefile.in,v 1.6.18.2 2008-03-20 23:46:01 tbox Exp $ srcdir= @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/dst/dst_api.c b/lib/bind/dst/dst_api.c index 5bcd80a5c877..53a45aa9eae7 100644 --- a/lib/bind/dst/dst_api.c +++ b/lib/bind/dst/dst_api.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Header: /proj/cvs/prod/bind9/lib/bind/dst/Attic/dst_api.c,v 1.10.332.7 2007/09/26 04:41:47 each Exp $"; +static const char rcsid[] = "$Header: /proj/cvs/prod/bind9/lib/bind/dst/Attic/dst_api.c,v 1.10.332.7 2007-09-26 04:41:47 each Exp $"; #endif /* diff --git a/lib/bind/dst/hmac_link.c b/lib/bind/dst/hmac_link.c index cbd68f482780..2af06ebd8e3e 100644 --- a/lib/bind/dst/hmac_link.c +++ b/lib/bind/dst/hmac_link.c @@ -1,6 +1,6 @@ #ifdef HMAC_MD5 #ifndef LINT -static const char rcsid[] = "$Header: /proj/cvs/prod/bind9/lib/bind/dst/Attic/hmac_link.c,v 1.3.164.5 2007/09/26 04:41:47 each Exp $"; +static const char rcsid[] = "$Header: /proj/cvs/prod/bind9/lib/bind/dst/Attic/hmac_link.c,v 1.3.164.5 2007-09-26 04:41:47 each Exp $"; #endif /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. diff --git a/lib/bind/dst/support.c b/lib/bind/dst/support.c index 263f9578615b..0fea991e8d22 100644 --- a/lib/bind/dst/support.c +++ b/lib/bind/dst/support.c @@ -1,4 +1,4 @@ -static const char rcsid[] = "$Header: /proj/cvs/prod/bind9/lib/bind/dst/Attic/support.c,v 1.3.332.3 2005/10/11 00:25:09 marka Exp $"; +static const char rcsid[] = "$Header: /proj/cvs/prod/bind9/lib/bind/dst/Attic/support.c,v 1.3.332.3 2005-10-11 00:25:09 marka Exp $"; /* diff --git a/lib/bind/include/Makefile.in b/lib/bind/include/Makefile.in index 17a69bf30057..0f23cc2cf6e2 100644 --- a/lib/bind/include/Makefile.in +++ b/lib/bind/include/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.4.18.2 2008/01/23 02:15:02 tbox Exp $ +# $Id: Makefile.in,v 1.4.18.2 2008-01-23 02:15:02 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/include/arpa/inet.h b/lib/bind/include/arpa/inet.h index d84987bd7aee..8ca4e52689d1 100644 --- a/lib/bind/include/arpa/inet.h +++ b/lib/bind/include/arpa/inet.h @@ -55,7 +55,7 @@ /*% * @(#)inet.h 8.1 (Berkeley) 6/2/93 - * $Id: inet.h,v 1.2.18.1 2005/04/27 05:00:50 sra Exp $ + * $Id: inet.h,v 1.2.18.1 2005-04-27 05:00:50 sra Exp $ */ #ifndef _INET_H_ diff --git a/lib/bind/include/arpa/nameser.h b/lib/bind/include/arpa/nameser.h index 8f8d8a7cc286..f75d706774c5 100644 --- a/lib/bind/include/arpa/nameser.h +++ b/lib/bind/include/arpa/nameser.h @@ -49,7 +49,7 @@ */ /* - * $Id: nameser.h,v 1.7.18.2 2008/04/03 23:15:15 marka Exp $ + * $Id: nameser.h,v 1.7.18.2 2008-04-03 23:15:15 marka Exp $ */ #ifndef _ARPA_NAMESER_H_ diff --git a/lib/bind/include/arpa/nameser_compat.h b/lib/bind/include/arpa/nameser_compat.h index 371329394d7a..dfa282c30a1c 100644 --- a/lib/bind/include/arpa/nameser_compat.h +++ b/lib/bind/include/arpa/nameser_compat.h @@ -32,7 +32,7 @@ /*% * from nameser.h 8.1 (Berkeley) 6/2/93 - * $Id: nameser_compat.h,v 1.5.18.3 2006/05/19 02:36:00 marka Exp $ + * $Id: nameser_compat.h,v 1.5.18.3 2006-05-19 02:36:00 marka Exp $ */ #ifndef _ARPA_NAMESER_COMPAT_ diff --git a/lib/bind/include/hesiod.h b/lib/bind/include/hesiod.h index 30c08d055a6b..5054389da56c 100644 --- a/lib/bind/include/hesiod.h +++ b/lib/bind/include/hesiod.h @@ -21,7 +21,7 @@ */ /* - * $Id: hesiod.h,v 1.3.18.1 2005/04/27 05:00:49 sra Exp $ + * $Id: hesiod.h,v 1.3.18.1 2005-04-27 05:00:49 sra Exp $ */ #ifndef _HESIOD_H_INCLUDED diff --git a/lib/bind/include/irp.h b/lib/bind/include/irp.h index 21d8f4875873..30d382b65390 100644 --- a/lib/bind/include/irp.h +++ b/lib/bind/include/irp.h @@ -16,7 +16,7 @@ */ /* - * $Id: irp.h,v 1.3.18.1 2005/04/27 05:00:49 sra Exp $ + * $Id: irp.h,v 1.3.18.1 2005-04-27 05:00:49 sra Exp $ */ #ifndef _IRP_H_INCLUDED diff --git a/lib/bind/include/irs.h b/lib/bind/include/irs.h index 582ba5bf186d..1ebe74c5e776 100644 --- a/lib/bind/include/irs.h +++ b/lib/bind/include/irs.h @@ -16,7 +16,7 @@ */ /* - * $Id: irs.h,v 1.4.18.1 2005/04/27 05:00:49 sra Exp $ + * $Id: irs.h,v 1.4.18.1 2005-04-27 05:00:49 sra Exp $ */ #ifndef _IRS_H_INCLUDED diff --git a/lib/bind/include/isc/assertions.h b/lib/bind/include/isc/assertions.h index 100e586658b0..79ae88a7e352 100644 --- a/lib/bind/include/isc/assertions.h +++ b/lib/bind/include/isc/assertions.h @@ -16,7 +16,7 @@ */ /* - * $Id: assertions.h,v 1.2.18.2 2008/10/15 03:57:21 marka Exp $ + * $Id: assertions.h,v 1.2.18.2 2008-10-15 03:57:21 marka Exp $ */ #ifndef ASSERTIONS_H diff --git a/lib/bind/include/isc/ctl.h b/lib/bind/include/isc/ctl.h index 0f6fe94f7468..230e679f3066 100644 --- a/lib/bind/include/isc/ctl.h +++ b/lib/bind/include/isc/ctl.h @@ -19,7 +19,7 @@ */ /* - * $Id: ctl.h,v 1.4.18.1 2005/04/27 05:00:51 sra Exp $ + * $Id: ctl.h,v 1.4.18.1 2005-04-27 05:00:51 sra Exp $ */ /*! \file */ diff --git a/lib/bind/include/isc/eventlib.h b/lib/bind/include/isc/eventlib.h index 50038231c852..c46961728e1d 100644 --- a/lib/bind/include/isc/eventlib.h +++ b/lib/bind/include/isc/eventlib.h @@ -18,7 +18,7 @@ /* eventlib.h - exported interfaces for eventlib * vix 09sep95 [initial] * - * $Id: eventlib.h,v 1.3.18.3 2008/01/23 02:12:01 marka Exp $ + * $Id: eventlib.h,v 1.3.18.3 2008-01-23 02:12:01 marka Exp $ */ #ifndef _EVENTLIB_H diff --git a/lib/bind/include/isc/irpmarshall.h b/lib/bind/include/isc/irpmarshall.h index ef57701781b2..7f0651b5127a 100644 --- a/lib/bind/include/isc/irpmarshall.h +++ b/lib/bind/include/isc/irpmarshall.h @@ -16,7 +16,7 @@ */ /* - * $Id: irpmarshall.h,v 1.3.18.1 2005/04/27 05:00:51 sra Exp $ + * $Id: irpmarshall.h,v 1.3.18.1 2005-04-27 05:00:51 sra Exp $ */ #ifndef _IRPMARSHALL_H_INCLUDED diff --git a/lib/bind/include/isc/misc.h b/lib/bind/include/isc/misc.h index 0cd1487a4b93..1178b596f43a 100644 --- a/lib/bind/include/isc/misc.h +++ b/lib/bind/include/isc/misc.h @@ -16,7 +16,7 @@ */ /* - * $Id: misc.h,v 1.4.18.2 2008/02/18 04:04:06 marka Exp $ + * $Id: misc.h,v 1.4.18.2 2008-02-18 04:04:06 marka Exp $ */ #ifndef _ISC_MISC_H diff --git a/lib/bind/include/isc/platform.h.in b/lib/bind/include/isc/platform.h.in index 40ab5d725f83..0c2f1c3a6e00 100644 --- a/lib/bind/include/isc/platform.h.in +++ b/lib/bind/include/isc/platform.h.in @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: platform.h.in,v 1.2.6.2 2008/01/23 02:15:02 tbox Exp $ */ +/* $Id: platform.h.in,v 1.2.6.2 2008-01-23 02:15:02 tbox Exp $ */ /*! \file */ diff --git a/lib/bind/include/isc/tree.h b/lib/bind/include/isc/tree.h index 8096a8dece9a..f7d9087b599e 100644 --- a/lib/bind/include/isc/tree.h +++ b/lib/bind/include/isc/tree.h @@ -3,7 +3,7 @@ * vix 22jan93 [revisited; uses RCS, ANSI, POSIX; has bug fixes] * vix 27jun86 [broken out of tree.c] * - * $Id: tree.h,v 1.2.164.1 2005/04/27 05:00:52 sra Exp $ + * $Id: tree.h,v 1.2.164.1 2005-04-27 05:00:52 sra Exp $ */ diff --git a/lib/bind/include/netdb.h b/lib/bind/include/netdb.h index b74c6462b622..ce9024bd1b31 100644 --- a/lib/bind/include/netdb.h +++ b/lib/bind/include/netdb.h @@ -86,7 +86,7 @@ /* * @(#)netdb.h 8.1 (Berkeley) 6/2/93 - * $Id: netdb.h,v 1.15.18.7 2008/02/28 05:49:37 marka Exp $ + * $Id: netdb.h,v 1.15.18.7 2008-02-28 05:49:37 marka Exp $ */ #ifndef _NETDB_H_ diff --git a/lib/bind/include/res_update.h b/lib/bind/include/res_update.h index 2e6f171b7367..9774a547607a 100644 --- a/lib/bind/include/res_update.h +++ b/lib/bind/include/res_update.h @@ -16,7 +16,7 @@ */ /* - * $Id: res_update.h,v 1.2.18.1 2005/04/27 05:00:49 sra Exp $ + * $Id: res_update.h,v 1.2.18.1 2005-04-27 05:00:49 sra Exp $ */ #ifndef __RES_UPDATE_H diff --git a/lib/bind/include/resolv.h b/lib/bind/include/resolv.h index eebc62e05eb7..b6630affe972 100644 --- a/lib/bind/include/resolv.h +++ b/lib/bind/include/resolv.h @@ -50,7 +50,7 @@ /*% * @(#)resolv.h 8.1 (Berkeley) 6/2/93 - * $Id: resolv.h,v 1.19.18.4 2008/04/03 23:15:15 marka Exp $ + * $Id: resolv.h,v 1.19.18.4 2008-04-03 23:15:15 marka Exp $ */ #ifndef _RESOLV_H_ diff --git a/lib/bind/inet/Makefile.in b/lib/bind/inet/Makefile.in index 7b848966841b..14cd0a9d9764 100644 --- a/lib/bind/inet/Makefile.in +++ b/lib/bind/inet/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5.18.2 2008/03/20 23:46:01 tbox Exp $ +# $Id: Makefile.in,v 1.5.18.2 2008-03-20 23:46:01 tbox Exp $ srcdir= @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/inet/inet_addr.c b/lib/bind/inet/inet_addr.c index c95622d34c8c..5645ef9d0d4a 100644 --- a/lib/bind/inet/inet_addr.c +++ b/lib/bind/inet/inet_addr.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -static const char rcsid[] = "$Id: inet_addr.c,v 1.4.18.1 2005/04/27 05:00:52 sra Exp $"; +static const char rcsid[] = "$Id: inet_addr.c,v 1.4.18.1 2005-04-27 05:00:52 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/inet/inet_cidr_ntop.c b/lib/bind/inet/inet_cidr_ntop.c index 645b3cd500ed..874d1243abcf 100644 --- a/lib/bind/inet/inet_cidr_ntop.c +++ b/lib/bind/inet/inet_cidr_ntop.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.4.18.3 2006/10/11 02:32:47 marka Exp $"; +static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.4.18.3 2006-10-11 02:32:47 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/inet/inet_cidr_pton.c b/lib/bind/inet/inet_cidr_pton.c index b55e3ea95679..cd4be1679de4 100644 --- a/lib/bind/inet/inet_cidr_pton.c +++ b/lib/bind/inet/inet_cidr_pton.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1.5.18.1 2005/04/27 05:00:53 sra Exp $"; +static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1.5.18.1 2005-04-27 05:00:53 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/inet/inet_data.c b/lib/bind/inet/inet_data.c index f3fa25b9cb74..7617c3913eef 100644 --- a/lib/bind/inet/inet_data.c +++ b/lib/bind/inet/inet_data.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: inet_data.c,v 1.3.18.1 2005/04/27 05:00:53 sra Exp $"; +static char rcsid[] = "$Id: inet_data.c,v 1.3.18.1 2005-04-27 05:00:53 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/inet/inet_net_ntop.c b/lib/bind/inet/inet_net_ntop.c index a1ac243da112..4dbf15b6cf5b 100644 --- a/lib/bind/inet/inet_net_ntop.c +++ b/lib/bind/inet/inet_net_ntop.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.3.18.2 2006/06/20 02:51:32 marka Exp $"; +static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.3.18.2 2006-06-20 02:51:32 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/inet/inet_net_pton.c b/lib/bind/inet/inet_net_pton.c index 71a871510393..07445fc48e71 100644 --- a/lib/bind/inet/inet_net_pton.c +++ b/lib/bind/inet/inet_net_pton.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_net_pton.c,v 1.7.18.2 2008/08/26 04:42:43 marka Exp $"; +static const char rcsid[] = "$Id: inet_net_pton.c,v 1.7.18.2 2008-08-26 04:42:43 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/inet/inet_neta.c b/lib/bind/inet/inet_neta.c index bc3b601e9b4e..6e4669044c3d 100644 --- a/lib/bind/inet/inet_neta.c +++ b/lib/bind/inet/inet_neta.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_neta.c,v 1.2.18.1 2005/04/27 05:00:53 sra Exp $"; +static const char rcsid[] = "$Id: inet_neta.c,v 1.2.18.1 2005-04-27 05:00:53 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/inet/inet_ntoa.c b/lib/bind/inet/inet_ntoa.c index 1d566be9972f..86aa0766e756 100644 --- a/lib/bind/inet/inet_ntoa.c +++ b/lib/bind/inet/inet_ntoa.c @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: inet_ntoa.c,v 1.1.352.1 2005/04/27 05:00:54 sra Exp $"; +static const char rcsid[] = "$Id: inet_ntoa.c,v 1.1.352.1 2005-04-27 05:00:54 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/inet/inet_ntop.c b/lib/bind/inet/inet_ntop.c index 9ab38bc0dcda..36158c77ee6f 100644 --- a/lib/bind/inet/inet_ntop.c +++ b/lib/bind/inet/inet_ntop.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_ntop.c,v 1.3.18.2 2005/11/03 23:02:22 marka Exp $"; +static const char rcsid[] = "$Id: inet_ntop.c,v 1.3.18.2 2005-11-03 23:02:22 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/inet/inet_pton.c b/lib/bind/inet/inet_pton.c index 66b4c6a669b1..690804d74177 100644 --- a/lib/bind/inet/inet_pton.c +++ b/lib/bind/inet/inet_pton.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: inet_pton.c,v 1.3.18.2 2005/07/28 07:38:07 marka Exp $"; +static const char rcsid[] = "$Id: inet_pton.c,v 1.3.18.2 2005-07-28 07:38:07 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/inet/nsap_addr.c b/lib/bind/inet/nsap_addr.c index d8fe87c52c69..4edf231d84fe 100644 --- a/lib/bind/inet/nsap_addr.c +++ b/lib/bind/inet/nsap_addr.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nsap_addr.c,v 1.3.18.2 2005/07/28 07:38:08 marka Exp $"; +static const char rcsid[] = "$Id: nsap_addr.c,v 1.3.18.2 2005-07-28 07:38:08 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/irs/Makefile.in b/lib/bind/irs/Makefile.in index e4f38f7e09aa..a4db0ff52d1f 100644 --- a/lib/bind/irs/Makefile.in +++ b/lib/bind/irs/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.8.18.4 2008/03/20 23:46:01 tbox Exp $ +# $Id: Makefile.in,v 1.8.18.4 2008-03-20 23:46:01 tbox Exp $ srcdir= @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/irs/dns.c b/lib/bind/irs/dns.c index b78a1d6708b8..b9cbd8dc16c1 100644 --- a/lib/bind/irs/dns.c +++ b/lib/bind/irs/dns.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: dns.c,v 1.3.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: dns.c,v 1.3.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /*! \file diff --git a/lib/bind/irs/dns_gr.c b/lib/bind/irs/dns_gr.c index 358e5a78ef1b..195aa01a2f46 100644 --- a/lib/bind/irs/dns_gr.c +++ b/lib/bind/irs/dns_gr.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: dns_gr.c,v 1.3.18.1 2005/04/27 05:00:54 sra Exp $"; +static const char rcsid[] = "$Id: dns_gr.c,v 1.3.18.1 2005-04-27 05:00:54 sra Exp $"; #endif /*! \file diff --git a/lib/bind/irs/dns_ho.c b/lib/bind/irs/dns_ho.c index db7ff02c9c55..14e3a80639f0 100644 --- a/lib/bind/irs/dns_ho.c +++ b/lib/bind/irs/dns_ho.c @@ -52,7 +52,7 @@ /* BIND Id: gethnamaddr.c,v 8.15 1996/05/22 04:56:30 vixie Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: dns_ho.c,v 1.14.18.8 2008/09/24 05:59:50 marka Exp $"; +static const char rcsid[] = "$Id: dns_ho.c,v 1.14.18.8 2008-09-24 05:59:50 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports. */ diff --git a/lib/bind/irs/dns_nw.c b/lib/bind/irs/dns_nw.c index 1d03a52a7c38..a8e72d23a407 100644 --- a/lib/bind/irs/dns_nw.c +++ b/lib/bind/irs/dns_nw.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: dns_nw.c,v 1.9.18.3 2005/04/27 05:00:55 sra Exp $"; +static const char rcsid[] = "$Id: dns_nw.c,v 1.9.18.3 2005-04-27 05:00:55 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports. */ diff --git a/lib/bind/irs/dns_p.h b/lib/bind/irs/dns_p.h index a19ff2d1b9ed..b9063df0fd1a 100644 --- a/lib/bind/irs/dns_p.h +++ b/lib/bind/irs/dns_p.h @@ -16,7 +16,7 @@ */ /* - * $Id: dns_p.h,v 1.3.18.1 2005/04/27 05:00:55 sra Exp $ + * $Id: dns_p.h,v 1.3.18.1 2005-04-27 05:00:55 sra Exp $ */ #ifndef _DNS_P_H_INCLUDED diff --git a/lib/bind/irs/dns_pr.c b/lib/bind/irs/dns_pr.c index 7582f85a2044..b5d175be6d68 100644 --- a/lib/bind/irs/dns_pr.c +++ b/lib/bind/irs/dns_pr.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: dns_pr.c,v 1.4.18.1 2005/04/27 05:00:55 sra Exp $"; +static const char rcsid[] = "$Id: dns_pr.c,v 1.4.18.1 2005-04-27 05:00:55 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/dns_pw.c b/lib/bind/irs/dns_pw.c index 62c61d577162..823f0953e9d3 100644 --- a/lib/bind/irs/dns_pw.c +++ b/lib/bind/irs/dns_pw.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: dns_pw.c,v 1.2.18.1 2005/04/27 05:00:55 sra Exp $"; +static const char rcsid[] = "$Id: dns_pw.c,v 1.2.18.1 2005-04-27 05:00:55 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/irs/dns_sv.c b/lib/bind/irs/dns_sv.c index fcb25ac4ad4c..f15e8ce8cfe4 100644 --- a/lib/bind/irs/dns_sv.c +++ b/lib/bind/irs/dns_sv.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: dns_sv.c,v 1.4.18.1 2005/04/27 05:00:55 sra Exp $"; +static const char rcsid[] = "$Id: dns_sv.c,v 1.4.18.1 2005-04-27 05:00:55 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/gen.c b/lib/bind/irs/gen.c index 8e9146eb2dca..9a8865cd9e7c 100644 --- a/lib/bind/irs/gen.c +++ b/lib/bind/irs/gen.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gen.c,v 1.5.18.2 2005/04/27 05:00:56 sra Exp $"; +static const char rcsid[] = "$Id: gen.c,v 1.5.18.2 2005-04-27 05:00:56 sra Exp $"; #endif /*! \file diff --git a/lib/bind/irs/gen_gr.c b/lib/bind/irs/gen_gr.c index 0829ed802a66..2d9bf331b3c1 100644 --- a/lib/bind/irs/gen_gr.c +++ b/lib/bind/irs/gen_gr.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gen_gr.c,v 1.6.18.2 2005/04/27 05:00:56 sra Exp $"; +static const char rcsid[] = "$Id: gen_gr.c,v 1.6.18.2 2005-04-27 05:00:56 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/gen_ho.c b/lib/bind/irs/gen_ho.c index c5e09daede35..cdd5730b7e43 100644 --- a/lib/bind/irs/gen_ho.c +++ b/lib/bind/irs/gen_ho.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: gen_ho.c,v 1.3.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: gen_ho.c,v 1.3.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports */ diff --git a/lib/bind/irs/gen_ng.c b/lib/bind/irs/gen_ng.c index 67f4edd85bf3..701093482308 100644 --- a/lib/bind/irs/gen_ng.c +++ b/lib/bind/irs/gen_ng.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gen_ng.c,v 1.2.18.1 2005/04/27 05:00:56 sra Exp $"; +static const char rcsid[] = "$Id: gen_ng.c,v 1.2.18.1 2005-04-27 05:00:56 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/gen_nw.c b/lib/bind/irs/gen_nw.c index 8452f3fd4d06..c64a3b5619fa 100644 --- a/lib/bind/irs/gen_nw.c +++ b/lib/bind/irs/gen_nw.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gen_nw.c,v 1.3.18.1 2005/04/27 05:00:56 sra Exp $"; +static const char rcsid[] = "$Id: gen_nw.c,v 1.3.18.1 2005-04-27 05:00:56 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/gen_p.h b/lib/bind/irs/gen_p.h index a0a312d50df8..70982f6b60fc 100644 --- a/lib/bind/irs/gen_p.h +++ b/lib/bind/irs/gen_p.h @@ -16,7 +16,7 @@ */ /* - * $Id: gen_p.h,v 1.2.18.1 2005/04/27 05:00:56 sra Exp $ + * $Id: gen_p.h,v 1.2.18.1 2005-04-27 05:00:56 sra Exp $ */ /*! \file diff --git a/lib/bind/irs/gen_pr.c b/lib/bind/irs/gen_pr.c index 5c9d69cfa61c..de63da926728 100644 --- a/lib/bind/irs/gen_pr.c +++ b/lib/bind/irs/gen_pr.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gen_pr.c,v 1.2.18.1 2005/04/27 05:00:56 sra Exp $"; +static const char rcsid[] = "$Id: gen_pr.c,v 1.2.18.1 2005-04-27 05:00:56 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/gen_pw.c b/lib/bind/irs/gen_pw.c index 80d9b5d65f45..b34886a8f8ce 100644 --- a/lib/bind/irs/gen_pw.c +++ b/lib/bind/irs/gen_pw.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gen_pw.c,v 1.2.18.1 2005/04/27 05:00:57 sra Exp $"; +static const char rcsid[] = "$Id: gen_pw.c,v 1.2.18.1 2005-04-27 05:00:57 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/gen_sv.c b/lib/bind/irs/gen_sv.c index 66f0ab7d7c4f..47c552455ce4 100644 --- a/lib/bind/irs/gen_sv.c +++ b/lib/bind/irs/gen_sv.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gen_sv.c,v 1.2.18.1 2005/04/27 05:00:57 sra Exp $"; +static const char rcsid[] = "$Id: gen_sv.c,v 1.2.18.1 2005-04-27 05:00:57 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/getgrent.c b/lib/bind/irs/getgrent.c index fe91ab361ade..66dfb578dccc 100644 --- a/lib/bind/irs/getgrent.c +++ b/lib/bind/irs/getgrent.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: getgrent.c,v 1.4.18.1 2005/04/27 05:00:57 sra Exp $"; +static const char rcsid[] = "$Id: getgrent.c,v 1.4.18.1 2005-04-27 05:00:57 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/getgrent_r.c b/lib/bind/irs/getgrent_r.c index 1f7d94d2144d..b0813c6f8037 100644 --- a/lib/bind/irs/getgrent_r.c +++ b/lib/bind/irs/getgrent_r.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getgrent_r.c,v 1.6.18.1 2005/04/27 05:00:57 sra Exp $"; +static const char rcsid[] = "$Id: getgrent_r.c,v 1.6.18.1 2005-04-27 05:00:57 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include <port_before.h> diff --git a/lib/bind/irs/gethostent.c b/lib/bind/irs/gethostent.c index 23aaa30152a4..e00eed2bd990 100644 --- a/lib/bind/irs/gethostent.c +++ b/lib/bind/irs/gethostent.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: gethostent.c,v 1.6.18.2 2006/01/10 05:09:08 marka Exp $"; +static const char rcsid[] = "$Id: gethostent.c,v 1.6.18.2 2006-01-10 05:09:08 marka Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/gethostent_r.c b/lib/bind/irs/gethostent_r.c index 96d2a574ebdc..f4cadffc8149 100644 --- a/lib/bind/irs/gethostent_r.c +++ b/lib/bind/irs/gethostent_r.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: gethostent_r.c,v 1.5.18.4 2005/09/03 12:45:14 marka Exp $"; +static const char rcsid[] = "$Id: gethostent_r.c,v 1.5.18.4 2005-09-03 12:45:14 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <port_before.h> diff --git a/lib/bind/irs/getnetent.c b/lib/bind/irs/getnetent.c index 5f7d233a28eb..818732c52d7a 100644 --- a/lib/bind/irs/getnetent.c +++ b/lib/bind/irs/getnetent.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: getnetent.c,v 1.6.18.1 2005/04/27 05:00:58 sra Exp $"; +static const char rcsid[] = "$Id: getnetent.c,v 1.6.18.1 2005-04-27 05:00:58 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/getnetent_r.c b/lib/bind/irs/getnetent_r.c index 7e56ddc8ef61..0efc2669aebc 100644 --- a/lib/bind/irs/getnetent_r.c +++ b/lib/bind/irs/getnetent_r.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getnetent_r.c,v 1.4.18.2 2005/09/03 12:45:14 marka Exp $"; +static const char rcsid[] = "$Id: getnetent_r.c,v 1.4.18.2 2005-09-03 12:45:14 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <port_before.h> diff --git a/lib/bind/irs/getnetgrent.c b/lib/bind/irs/getnetgrent.c index 1e6ff9bab538..3be88c7157f2 100644 --- a/lib/bind/irs/getnetgrent.c +++ b/lib/bind/irs/getnetgrent.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getnetgrent.c,v 1.3.18.2 2008/02/27 00:08:30 marka Exp $"; +static const char rcsid[] = "$Id: getnetgrent.c,v 1.3.18.2 2008-02-27 00:08:30 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports */ diff --git a/lib/bind/irs/getnetgrent_r.c b/lib/bind/irs/getnetgrent_r.c index 3ff554288def..d39e16d2186b 100644 --- a/lib/bind/irs/getnetgrent_r.c +++ b/lib/bind/irs/getnetgrent_r.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getnetgrent_r.c,v 1.7.18.6 2008/02/28 05:49:37 marka Exp $"; +static const char rcsid[] = "$Id: getnetgrent_r.c,v 1.7.18.6 2008-02-28 05:49:37 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <port_before.h> diff --git a/lib/bind/irs/getprotoent.c b/lib/bind/irs/getprotoent.c index 9e3d77589294..a2571bb1f39f 100644 --- a/lib/bind/irs/getprotoent.c +++ b/lib/bind/irs/getprotoent.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: getprotoent.c,v 1.3.18.1 2005/04/27 05:00:58 sra Exp $"; +static const char rcsid[] = "$Id: getprotoent.c,v 1.3.18.1 2005-04-27 05:00:58 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/getprotoent_r.c b/lib/bind/irs/getprotoent_r.c index 00b157282d4f..81c716a886a5 100644 --- a/lib/bind/irs/getprotoent_r.c +++ b/lib/bind/irs/getprotoent_r.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getprotoent_r.c,v 1.4.18.2 2006/08/01 01:19:12 marka Exp $"; +static const char rcsid[] = "$Id: getprotoent_r.c,v 1.4.18.2 2006-08-01 01:19:12 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <port_before.h> diff --git a/lib/bind/irs/getpwent.c b/lib/bind/irs/getpwent.c index 86f1d0395833..fc4f0d34be54 100644 --- a/lib/bind/irs/getpwent.c +++ b/lib/bind/irs/getpwent.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: getpwent.c,v 1.2.18.1 2005/04/27 05:00:59 sra Exp $"; +static const char rcsid[] = "$Id: getpwent.c,v 1.2.18.1 2005-04-27 05:00:59 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/getpwent_r.c b/lib/bind/irs/getpwent_r.c index 212d0167182a..49b3cd039906 100644 --- a/lib/bind/irs/getpwent_r.c +++ b/lib/bind/irs/getpwent_r.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getpwent_r.c,v 1.6.18.2 2005/04/27 05:00:59 sra Exp $"; +static const char rcsid[] = "$Id: getpwent_r.c,v 1.6.18.2 2005-04-27 05:00:59 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include <port_before.h> diff --git a/lib/bind/irs/getservent.c b/lib/bind/irs/getservent.c index 92ed18b1bf6e..34c22d3cad4d 100644 --- a/lib/bind/irs/getservent.c +++ b/lib/bind/irs/getservent.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: getservent.c,v 1.3.18.1 2005/04/27 05:00:59 sra Exp $"; +static const char rcsid[] = "$Id: getservent.c,v 1.3.18.1 2005-04-27 05:00:59 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/getservent_r.c b/lib/bind/irs/getservent_r.c index 12c2b9bf833c..d0b408db9941 100644 --- a/lib/bind/irs/getservent_r.c +++ b/lib/bind/irs/getservent_r.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getservent_r.c,v 1.4.18.2 2006/08/01 01:19:12 marka Exp $"; +static const char rcsid[] = "$Id: getservent_r.c,v 1.4.18.2 2006-08-01 01:19:12 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <port_before.h> diff --git a/lib/bind/irs/hesiod.c b/lib/bind/irs/hesiod.c index 5abb57c3e6b3..f220d8f61698 100644 --- a/lib/bind/irs/hesiod.c +++ b/lib/bind/irs/hesiod.c @@ -1,5 +1,5 @@ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: hesiod.c,v 1.4.18.3 2005/07/28 07:38:08 marka Exp $"; +static const char rcsid[] = "$Id: hesiod.c,v 1.4.18.3 2005-07-28 07:38:08 marka Exp $"; #endif /* diff --git a/lib/bind/irs/hesiod_p.h b/lib/bind/irs/hesiod_p.h index f42f84a35d79..4f6c329114e5 100644 --- a/lib/bind/irs/hesiod_p.h +++ b/lib/bind/irs/hesiod_p.h @@ -16,7 +16,7 @@ */ /* - * $Id: hesiod_p.h,v 1.2.18.1 2005/04/27 05:00:59 sra Exp $ + * $Id: hesiod_p.h,v 1.2.18.1 2005-04-27 05:00:59 sra Exp $ */ #ifndef _HESIOD_P_H_INCLUDED diff --git a/lib/bind/irs/irp.c b/lib/bind/irs/irp.c index aae4e7bb627b..c6db1e8e5e0c 100644 --- a/lib/bind/irs/irp.c +++ b/lib/bind/irs/irp.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: irp.c,v 1.6.18.5 2008/02/28 05:49:37 marka Exp $"; +static const char rcsid[] = "$Id: irp.c,v 1.6.18.5 2008-02-28 05:49:37 marka Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/irp_gr.c b/lib/bind/irs/irp_gr.c index bdab3da58225..b24ef6d9a964 100644 --- a/lib/bind/irs/irp_gr.c +++ b/lib/bind/irs/irp_gr.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: irp_gr.c,v 1.3.18.1 2005/04/27 05:01:00 sra Exp $"; +static const char rcsid[] = "$Id: irp_gr.c,v 1.3.18.1 2005-04-27 05:01:00 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* extern */ diff --git a/lib/bind/irs/irp_ho.c b/lib/bind/irs/irp_ho.c index d71285eced53..834f832392e8 100644 --- a/lib/bind/irs/irp_ho.c +++ b/lib/bind/irs/irp_ho.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: irp_ho.c,v 1.2.18.1 2005/04/27 05:01:00 sra Exp $"; +static const char rcsid[] = "$Id: irp_ho.c,v 1.2.18.1 2005-04-27 05:01:00 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports. */ diff --git a/lib/bind/irs/irp_ng.c b/lib/bind/irs/irp_ng.c index e0aa46832ff3..7e0bfc72afce 100644 --- a/lib/bind/irs/irp_ng.c +++ b/lib/bind/irs/irp_ng.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: irp_ng.c,v 1.2.18.2 2006/12/07 04:53:02 marka Exp $"; +static const char rcsid[] = "$Id: irp_ng.c,v 1.2.18.2 2006-12-07 04:53:02 marka Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/irp_nw.c b/lib/bind/irs/irp_nw.c index b285120c958c..6be3d1c80019 100644 --- a/lib/bind/irs/irp_nw.c +++ b/lib/bind/irs/irp_nw.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: irp_nw.c,v 1.2.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: irp_nw.c,v 1.2.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #if 0 diff --git a/lib/bind/irs/irp_p.h b/lib/bind/irs/irp_p.h index 21d31cc2b843..dc8bbc3c648a 100644 --- a/lib/bind/irs/irp_p.h +++ b/lib/bind/irs/irp_p.h @@ -16,7 +16,7 @@ */ /* - * $Id: irp_p.h,v 1.4.18.1 2005/04/27 05:01:00 sra Exp $ + * $Id: irp_p.h,v 1.4.18.1 2005-04-27 05:01:00 sra Exp $ */ #ifndef _IRP_P_H_INCLUDED diff --git a/lib/bind/irs/irp_pr.c b/lib/bind/irs/irp_pr.c index 00e69ab3e1c3..489c16e89140 100644 --- a/lib/bind/irs/irp_pr.c +++ b/lib/bind/irs/irp_pr.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: irp_pr.c,v 1.2.18.1 2005/04/27 05:01:01 sra Exp $"; +static const char rcsid[] = "$Id: irp_pr.c,v 1.2.18.1 2005-04-27 05:01:01 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* extern */ diff --git a/lib/bind/irs/irp_pw.c b/lib/bind/irs/irp_pw.c index a32637531421..1a59ab385e82 100644 --- a/lib/bind/irs/irp_pw.c +++ b/lib/bind/irs/irp_pw.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: irp_pw.c,v 1.3.18.1 2005/04/27 05:01:01 sra Exp $"; +static const char rcsid[] = "$Id: irp_pw.c,v 1.3.18.1 2005-04-27 05:01:01 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Extern */ diff --git a/lib/bind/irs/irp_sv.c b/lib/bind/irs/irp_sv.c index 22ea98059142..dd0e10cf82e2 100644 --- a/lib/bind/irs/irp_sv.c +++ b/lib/bind/irs/irp_sv.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: irp_sv.c,v 1.2.18.1 2005/04/27 05:01:01 sra Exp $"; +static const char rcsid[] = "$Id: irp_sv.c,v 1.2.18.1 2005-04-27 05:01:01 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* extern */ diff --git a/lib/bind/irs/irpmarshall.c b/lib/bind/irs/irpmarshall.c index 8c34fa26db54..a2bb4d57ca12 100644 --- a/lib/bind/irs/irpmarshall.c +++ b/lib/bind/irs/irpmarshall.c @@ -49,7 +49,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: irpmarshall.c,v 1.5.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: irpmarshall.c,v 1.5.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #if 0 diff --git a/lib/bind/irs/irs_data.c b/lib/bind/irs/irs_data.c index ed94614cb17c..8b97f1c4cea5 100644 --- a/lib/bind/irs/irs_data.c +++ b/lib/bind/irs/irs_data.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: irs_data.c,v 1.7.18.5 2007/08/27 03:34:24 marka Exp $"; +static const char rcsid[] = "$Id: irs_data.c,v 1.7.18.5 2007-08-27 03:34:24 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/irs/irs_data.h b/lib/bind/irs/irs_data.h index c1ee3ddca58e..f03272bafc48 100644 --- a/lib/bind/irs/irs_data.h +++ b/lib/bind/irs/irs_data.h @@ -16,7 +16,7 @@ */ /* - * $Id: irs_data.h,v 1.2.18.1 2005/04/27 05:01:01 sra Exp $ + * $Id: irs_data.h,v 1.2.18.1 2005-04-27 05:01:01 sra Exp $ */ #ifndef __BIND_NOSTATIC diff --git a/lib/bind/irs/irs_p.h b/lib/bind/irs/irs_p.h index bc1817b8341a..0c3216c5ca65 100644 --- a/lib/bind/irs/irs_p.h +++ b/lib/bind/irs/irs_p.h @@ -16,7 +16,7 @@ */ /* - * $Id: irs_p.h,v 1.2.18.1 2005/04/27 05:01:01 sra Exp $ + * $Id: irs_p.h,v 1.2.18.1 2005-04-27 05:01:01 sra Exp $ */ #ifndef _IRS_P_H_INCLUDED diff --git a/lib/bind/irs/lcl.c b/lib/bind/irs/lcl.c index 930c87e45014..7746bec72627 100644 --- a/lib/bind/irs/lcl.c +++ b/lib/bind/irs/lcl.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: lcl.c,v 1.3.18.1 2005/04/27 05:01:02 sra Exp $"; +static const char rcsid[] = "$Id: lcl.c,v 1.3.18.1 2005-04-27 05:01:02 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/lcl_gr.c b/lib/bind/irs/lcl_gr.c index f17410cacfab..e4cb87c46ce0 100644 --- a/lib/bind/irs/lcl_gr.c +++ b/lib/bind/irs/lcl_gr.c @@ -49,7 +49,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: lcl_gr.c,v 1.2.18.1 2005/04/27 05:01:02 sra Exp $"; +static const char rcsid[] = "$Id: lcl_gr.c,v 1.2.18.1 2005-04-27 05:01:02 sra Exp $"; /* from getgrent.c 8.2 (Berkeley) 3/21/94"; */ /* from BSDI Id: getgrent.c,v 2.8 1996/05/28 18:15:14 bostic Exp $ */ #endif /* LIBC_SCCS and not lint */ diff --git a/lib/bind/irs/lcl_ho.c b/lib/bind/irs/lcl_ho.c index 9534ee627e17..c7d5e656f2ce 100644 --- a/lib/bind/irs/lcl_ho.c +++ b/lib/bind/irs/lcl_ho.c @@ -52,7 +52,7 @@ /* BIND Id: gethnamaddr.c,v 8.15 1996/05/22 04:56:30 vixie Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: lcl_ho.c,v 1.3.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: lcl_ho.c,v 1.3.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports. */ diff --git a/lib/bind/irs/lcl_ng.c b/lib/bind/irs/lcl_ng.c index 3a9f3faef262..44f9e853cb78 100644 --- a/lib/bind/irs/lcl_ng.c +++ b/lib/bind/irs/lcl_ng.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: lcl_ng.c,v 1.2.18.1 2005/04/27 05:01:02 sra Exp $"; +static const char rcsid[] = "$Id: lcl_ng.c,v 1.2.18.1 2005-04-27 05:01:02 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/lcl_nw.c b/lib/bind/irs/lcl_nw.c index 2804946a07bf..11f742b6fc3a 100644 --- a/lib/bind/irs/lcl_nw.c +++ b/lib/bind/irs/lcl_nw.c @@ -49,7 +49,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: lcl_nw.c,v 1.3.18.1 2005/04/27 05:01:02 sra Exp $"; +static const char rcsid[] = "$Id: lcl_nw.c,v 1.3.18.1 2005-04-27 05:01:02 sra Exp $"; /* from getgrent.c 8.2 (Berkeley) 3/21/94"; */ /* from BSDI Id: getgrent.c,v 2.8 1996/05/28 18:15:14 bostic Exp $ */ #endif /* LIBC_SCCS and not lint */ diff --git a/lib/bind/irs/lcl_p.h b/lib/bind/irs/lcl_p.h index 4e6bdc3795dc..c9a07a0b6c52 100644 --- a/lib/bind/irs/lcl_p.h +++ b/lib/bind/irs/lcl_p.h @@ -16,7 +16,7 @@ */ /* - * $Id: lcl_p.h,v 1.2.18.1 2005/04/27 05:01:02 sra Exp $ + * $Id: lcl_p.h,v 1.2.18.1 2005-04-27 05:01:02 sra Exp $ */ /*! \file diff --git a/lib/bind/irs/lcl_pr.c b/lib/bind/irs/lcl_pr.c index 08c6da95e3c6..5c118bd2dd35 100644 --- a/lib/bind/irs/lcl_pr.c +++ b/lib/bind/irs/lcl_pr.c @@ -49,7 +49,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: lcl_pr.c,v 1.2.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: lcl_pr.c,v 1.2.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /* extern */ diff --git a/lib/bind/irs/lcl_pw.c b/lib/bind/irs/lcl_pw.c index 316057b90819..c128983c5903 100644 --- a/lib/bind/irs/lcl_pw.c +++ b/lib/bind/irs/lcl_pw.c @@ -49,7 +49,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: lcl_pw.c,v 1.2.18.1 2005/04/27 05:01:03 sra Exp $"; +static const char rcsid[] = "$Id: lcl_pw.c,v 1.2.18.1 2005-04-27 05:01:03 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Extern */ diff --git a/lib/bind/irs/lcl_sv.c b/lib/bind/irs/lcl_sv.c index 76758349c2e0..e5acf43b810c 100644 --- a/lib/bind/irs/lcl_sv.c +++ b/lib/bind/irs/lcl_sv.c @@ -49,7 +49,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: lcl_sv.c,v 1.3.18.1 2005/04/27 05:01:03 sra Exp $"; +static const char rcsid[] = "$Id: lcl_sv.c,v 1.3.18.1 2005-04-27 05:01:03 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* extern */ diff --git a/lib/bind/irs/nis.c b/lib/bind/irs/nis.c index 62cc26705a18..af722a5f602a 100644 --- a/lib/bind/irs/nis.c +++ b/lib/bind/irs/nis.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis.c,v 1.2.18.1 2005/04/27 05:01:03 sra Exp $"; +static const char rcsid[] = "$Id: nis.c,v 1.2.18.1 2005-04-27 05:01:03 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/nis_gr.c b/lib/bind/irs/nis_gr.c index 9d4f15da5472..787ecb6783af 100644 --- a/lib/bind/irs/nis_gr.c +++ b/lib/bind/irs/nis_gr.c @@ -49,7 +49,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis_gr.c,v 1.3.18.1 2005/04/27 05:01:03 sra Exp $"; +static const char rcsid[] = "$Id: nis_gr.c,v 1.3.18.1 2005-04-27 05:01:03 sra Exp $"; /* from getgrent.c 8.2 (Berkeley) 3/21/94"; */ /* from BSDI Id: getgrent.c,v 2.8 1996/05/28 18:15:14 bostic Exp $ */ #endif /* LIBC_SCCS and not lint */ diff --git a/lib/bind/irs/nis_ho.c b/lib/bind/irs/nis_ho.c index 75242791f1fe..6a20558104cb 100644 --- a/lib/bind/irs/nis_ho.c +++ b/lib/bind/irs/nis_ho.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis_ho.c,v 1.4.18.1 2005/04/27 05:01:03 sra Exp $"; +static const char rcsid[] = "$Id: nis_ho.c,v 1.4.18.1 2005-04-27 05:01:03 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports */ diff --git a/lib/bind/irs/nis_ng.c b/lib/bind/irs/nis_ng.c index f2298b2b4423..340406ad0b86 100644 --- a/lib/bind/irs/nis_ng.c +++ b/lib/bind/irs/nis_ng.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis_ng.c,v 1.3.18.1 2005/04/27 05:01:03 sra Exp $"; +static const char rcsid[] = "$Id: nis_ng.c,v 1.3.18.1 2005-04-27 05:01:03 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/nis_nw.c b/lib/bind/irs/nis_nw.c index 2fb50dc2a5dd..0a94354cd463 100644 --- a/lib/bind/irs/nis_nw.c +++ b/lib/bind/irs/nis_nw.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis_nw.c,v 1.3.18.1 2005/04/27 05:01:03 sra Exp $"; +static const char rcsid[] = "$Id: nis_nw.c,v 1.3.18.1 2005-04-27 05:01:03 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports */ diff --git a/lib/bind/irs/nis_p.h b/lib/bind/irs/nis_p.h index 9e7f26c7a5ac..df35f2930814 100644 --- a/lib/bind/irs/nis_p.h +++ b/lib/bind/irs/nis_p.h @@ -16,7 +16,7 @@ */ /* - * $Id: nis_p.h,v 1.2.18.1 2005/04/27 05:01:04 sra Exp $ + * $Id: nis_p.h,v 1.2.18.1 2005-04-27 05:01:04 sra Exp $ */ /*! \file diff --git a/lib/bind/irs/nis_pr.c b/lib/bind/irs/nis_pr.c index 58ff84dd1475..8197f35e12d3 100644 --- a/lib/bind/irs/nis_pr.c +++ b/lib/bind/irs/nis_pr.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis_pr.c,v 1.3.18.1 2005/04/27 05:01:04 sra Exp $"; +static const char rcsid[] = "$Id: nis_pr.c,v 1.3.18.1 2005-04-27 05:01:04 sra Exp $"; #endif /* Imports */ diff --git a/lib/bind/irs/nis_pw.c b/lib/bind/irs/nis_pw.c index 02c6b427e1e3..7f8b5ac163e3 100644 --- a/lib/bind/irs/nis_pw.c +++ b/lib/bind/irs/nis_pw.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis_pw.c,v 1.3.18.1 2005/04/27 05:01:04 sra Exp $"; +static const char rcsid[] = "$Id: nis_pw.c,v 1.3.18.1 2005-04-27 05:01:04 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports */ diff --git a/lib/bind/irs/nis_sv.c b/lib/bind/irs/nis_sv.c index dd307f095dfb..6f8206290ec3 100644 --- a/lib/bind/irs/nis_sv.c +++ b/lib/bind/irs/nis_sv.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nis_sv.c,v 1.3.18.1 2005/04/27 05:01:04 sra Exp $"; +static const char rcsid[] = "$Id: nis_sv.c,v 1.3.18.1 2005-04-27 05:01:04 sra Exp $"; #endif /* LIBC_SCCS and not lint */ /* Imports */ diff --git a/lib/bind/irs/nul_ng.c b/lib/bind/irs/nul_ng.c index fa9ec4670510..695c7e83c4e5 100644 --- a/lib/bind/irs/nul_ng.c +++ b/lib/bind/irs/nul_ng.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: nul_ng.c,v 1.2.18.1 2005/04/27 05:01:04 sra Exp $"; +static const char rcsid[] = "$Id: nul_ng.c,v 1.2.18.1 2005-04-27 05:01:04 sra Exp $"; #endif /*! \file diff --git a/lib/bind/irs/pathnames.h b/lib/bind/irs/pathnames.h index c775de2cb30b..950a4b1248e4 100644 --- a/lib/bind/irs/pathnames.h +++ b/lib/bind/irs/pathnames.h @@ -16,7 +16,7 @@ */ /* - * $Id: pathnames.h,v 1.2.18.1 2005/04/27 05:01:04 sra Exp $ + * $Id: pathnames.h,v 1.2.18.1 2005-04-27 05:01:04 sra Exp $ */ #ifndef _PATH_IRS_CONF diff --git a/lib/bind/irs/util.c b/lib/bind/irs/util.c index 5c4cc28d5adc..73d933728f8c 100644 --- a/lib/bind/irs/util.c +++ b/lib/bind/irs/util.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: util.c,v 1.2.18.1 2005/04/27 05:01:05 sra Exp $"; +static const char rcsid[] = "$Id: util.c,v 1.2.18.1 2005-04-27 05:01:05 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/isc/Makefile.in b/lib/bind/isc/Makefile.in index 70b0548eccae..e385199eb22d 100644 --- a/lib/bind/isc/Makefile.in +++ b/lib/bind/isc/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7.18.2 2008/03/20 23:46:01 tbox Exp $ +# $Id: Makefile.in,v 1.7.18.2 2008-03-20 23:46:01 tbox Exp $ srcdir= @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/isc/assertions.c b/lib/bind/isc/assertions.c index e4bd42ab6ed2..b6b9280ddbae 100644 --- a/lib/bind/isc/assertions.c +++ b/lib/bind/isc/assertions.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: assertions.c,v 1.2.18.2 2008/10/15 03:57:21 marka Exp $"; +static const char rcsid[] = "$Id: assertions.c,v 1.2.18.2 2008-10-15 03:57:21 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/isc/assertions.mdoc b/lib/bind/isc/assertions.mdoc index 4b77e569e312..1df2d4fd8f02 100644 --- a/lib/bind/isc/assertions.mdoc +++ b/lib/bind/isc/assertions.mdoc @@ -1,4 +1,4 @@ -.\" $Id: assertions.mdoc,v 1.3 2004/03/09 06:30:06 marka Exp $ +.\" $Id: assertions.mdoc,v 1.3 2004-03-09 06:30:06 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1997,1999 by Internet Software Consortium. diff --git a/lib/bind/isc/base64.c b/lib/bind/isc/base64.c index d4bc2ea27c8a..3852327262c4 100644 --- a/lib/bind/isc/base64.c +++ b/lib/bind/isc/base64.c @@ -41,7 +41,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: base64.c,v 1.3.18.1 2005/04/27 05:01:05 sra Exp $"; +static const char rcsid[] = "$Id: base64.c,v 1.3.18.1 2005-04-27 05:01:05 sra Exp $"; #endif /* not lint */ #include "port_before.h" diff --git a/lib/bind/isc/bitncmp.c b/lib/bind/isc/bitncmp.c index 9bbbd24ab263..f5c02dd9d3a4 100644 --- a/lib/bind/isc/bitncmp.c +++ b/lib/bind/isc/bitncmp.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: bitncmp.c,v 1.2.18.2 2008/05/12 00:21:22 marka Exp $"; +static const char rcsid[] = "$Id: bitncmp.c,v 1.2.18.2 2008-05-12 00:21:22 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/isc/bitncmp.mdoc b/lib/bind/isc/bitncmp.mdoc index 7d4646c3fcf5..77b575f82e6b 100644 --- a/lib/bind/isc/bitncmp.mdoc +++ b/lib/bind/isc/bitncmp.mdoc @@ -1,4 +1,4 @@ -.\" $Id: bitncmp.mdoc,v 1.3 2004/03/09 06:30:07 marka Exp $ +.\" $Id: bitncmp.mdoc,v 1.3 2004-03-09 06:30:07 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1996,1999 by Internet Software Consortium. diff --git a/lib/bind/isc/ctl_clnt.c b/lib/bind/isc/ctl_clnt.c index 7627200b56b0..1d9bdb8a7e0e 100644 --- a/lib/bind/isc/ctl_clnt.c +++ b/lib/bind/isc/ctl_clnt.c @@ -1,5 +1,5 @@ #if !defined(lint) && !defined(SABER) -static const char rcsid[] = "$Id: ctl_clnt.c,v 1.7.18.3 2008/02/18 04:04:06 marka Exp $"; +static const char rcsid[] = "$Id: ctl_clnt.c,v 1.7.18.3 2008-02-18 04:04:06 marka Exp $"; #endif /* not lint */ /* diff --git a/lib/bind/isc/ctl_p.c b/lib/bind/isc/ctl_p.c index 35c23989f84e..4eefb198327f 100644 --- a/lib/bind/isc/ctl_p.c +++ b/lib/bind/isc/ctl_p.c @@ -1,5 +1,5 @@ #if !defined(lint) && !defined(SABER) -static const char rcsid[] = "$Id: ctl_p.c,v 1.3.18.1 2005/04/27 05:01:05 sra Exp $"; +static const char rcsid[] = "$Id: ctl_p.c,v 1.3.18.1 2005-04-27 05:01:05 sra Exp $"; #endif /* not lint */ /* diff --git a/lib/bind/isc/ctl_srvr.c b/lib/bind/isc/ctl_srvr.c index 1ab3f8aa243f..677fc3edfc2a 100644 --- a/lib/bind/isc/ctl_srvr.c +++ b/lib/bind/isc/ctl_srvr.c @@ -1,5 +1,5 @@ #if !defined(lint) && !defined(SABER) -static const char rcsid[] = "$Id: ctl_srvr.c,v 1.6.18.3 2008/02/18 04:04:06 marka Exp $"; +static const char rcsid[] = "$Id: ctl_srvr.c,v 1.6.18.3 2008-02-18 04:04:06 marka Exp $"; #endif /* not lint */ /* diff --git a/lib/bind/isc/ev_connects.c b/lib/bind/isc/ev_connects.c index 64e918d388a5..faf4636fbe08 100644 --- a/lib/bind/isc/ev_connects.c +++ b/lib/bind/isc/ev_connects.c @@ -20,7 +20,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: ev_connects.c,v 1.5.18.3 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: ev_connects.c,v 1.5.18.3 2006-03-10 00:20:08 marka Exp $"; #endif /* Import. */ diff --git a/lib/bind/isc/ev_files.c b/lib/bind/isc/ev_files.c index 71de09193077..7ab1077de3bc 100644 --- a/lib/bind/isc/ev_files.c +++ b/lib/bind/isc/ev_files.c @@ -20,7 +20,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: ev_files.c,v 1.5.18.3 2005/07/28 07:38:09 marka Exp $"; +static const char rcsid[] = "$Id: ev_files.c,v 1.5.18.3 2005-07-28 07:38:09 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/isc/ev_streams.c b/lib/bind/isc/ev_streams.c index ab612465be84..e74f4503eb2f 100644 --- a/lib/bind/isc/ev_streams.c +++ b/lib/bind/isc/ev_streams.c @@ -20,7 +20,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: ev_streams.c,v 1.4.18.1 2005/04/27 05:01:06 sra Exp $"; +static const char rcsid[] = "$Id: ev_streams.c,v 1.4.18.1 2005-04-27 05:01:06 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/isc/ev_timers.c b/lib/bind/isc/ev_timers.c index cead2aa946a4..100801dd871f 100644 --- a/lib/bind/isc/ev_timers.c +++ b/lib/bind/isc/ev_timers.c @@ -20,7 +20,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: ev_timers.c,v 1.5.18.1 2005/04/27 05:01:06 sra Exp $"; +static const char rcsid[] = "$Id: ev_timers.c,v 1.5.18.1 2005-04-27 05:01:06 sra Exp $"; #endif /* Import. */ diff --git a/lib/bind/isc/ev_waits.c b/lib/bind/isc/ev_waits.c index d33b061ec67f..94111aa9cae6 100644 --- a/lib/bind/isc/ev_waits.c +++ b/lib/bind/isc/ev_waits.c @@ -20,7 +20,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: ev_waits.c,v 1.3.18.1 2005/04/27 05:01:06 sra Exp $"; +static const char rcsid[] = "$Id: ev_waits.c,v 1.3.18.1 2005-04-27 05:01:06 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/isc/eventlib.c b/lib/bind/isc/eventlib.c index 20624d0b4573..47e6bbc699f9 100644 --- a/lib/bind/isc/eventlib.c +++ b/lib/bind/isc/eventlib.c @@ -20,7 +20,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: eventlib.c,v 1.5.18.5 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: eventlib.c,v 1.5.18.5 2006-03-10 00:20:08 marka Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/isc/eventlib.mdoc b/lib/bind/isc/eventlib.mdoc index 5e9cd85b1bc9..88f043149182 100644 --- a/lib/bind/isc/eventlib.mdoc +++ b/lib/bind/isc/eventlib.mdoc @@ -1,4 +1,4 @@ -.\" $Id: eventlib.mdoc,v 1.3 2004/03/09 06:30:08 marka Exp $ +.\" $Id: eventlib.mdoc,v 1.3 2004-03-09 06:30:08 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1995-1999 by Internet Software Consortium diff --git a/lib/bind/isc/eventlib_p.h b/lib/bind/isc/eventlib_p.h index 589655378a81..5722ac4bc260 100644 --- a/lib/bind/isc/eventlib_p.h +++ b/lib/bind/isc/eventlib_p.h @@ -19,7 +19,7 @@ * \brief private interfaces for eventlib * \author vix 09sep95 [initial] * - * $Id: eventlib_p.h,v 1.5.18.4 2006/03/10 00:20:08 marka Exp $ + * $Id: eventlib_p.h,v 1.5.18.4 2006-03-10 00:20:08 marka Exp $ */ #ifndef _EVENTLIB_P_H diff --git a/lib/bind/isc/heap.c b/lib/bind/isc/heap.c index bea7678df362..a53aca3606b5 100644 --- a/lib/bind/isc/heap.c +++ b/lib/bind/isc/heap.c @@ -26,7 +26,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: heap.c,v 1.2.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: heap.c,v 1.2.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /* not lint */ #include "port_before.h" diff --git a/lib/bind/isc/heap.mdoc b/lib/bind/isc/heap.mdoc index 332a6ec5d079..d68a6ccba7d2 100644 --- a/lib/bind/isc/heap.mdoc +++ b/lib/bind/isc/heap.mdoc @@ -1,4 +1,4 @@ -.\" $Id: heap.mdoc,v 1.3 2004/03/09 06:30:08 marka Exp $ +.\" $Id: heap.mdoc,v 1.3 2004-03-09 06:30:08 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1997,1999 by Internet Software Consortium. diff --git a/lib/bind/isc/logging.c b/lib/bind/isc/logging.c index 0cabc4d27220..853a98c4ebb2 100644 --- a/lib/bind/isc/logging.c +++ b/lib/bind/isc/logging.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: logging.c,v 1.6.18.2 2008/02/28 05:49:37 marka Exp $"; +static const char rcsid[] = "$Id: logging.c,v 1.6.18.2 2008-02-28 05:49:37 marka Exp $"; #endif /* not lint */ #include "port_before.h" diff --git a/lib/bind/isc/logging.mdoc b/lib/bind/isc/logging.mdoc index 98b2aed9c6dc..8b6ce3b75d98 100644 --- a/lib/bind/isc/logging.mdoc +++ b/lib/bind/isc/logging.mdoc @@ -1,4 +1,4 @@ -.\" $Id: logging.mdoc,v 1.3 2004/03/09 06:30:08 marka Exp $ +.\" $Id: logging.mdoc,v 1.3 2004-03-09 06:30:08 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1995-1999 by Internet Software Consortium diff --git a/lib/bind/isc/memcluster.c b/lib/bind/isc/memcluster.c index a58a2fe2b49b..98fc702afa5c 100644 --- a/lib/bind/isc/memcluster.c +++ b/lib/bind/isc/memcluster.c @@ -24,7 +24,7 @@ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: memcluster.c,v 1.5.18.6 2006/08/30 23:30:35 marka Exp $"; +static const char rcsid[] = "$Id: memcluster.c,v 1.5.18.6 2006-08-30 23:30:35 marka Exp $"; #endif /* not lint */ #include "port_before.h" diff --git a/lib/bind/isc/memcluster.mdoc b/lib/bind/isc/memcluster.mdoc index 20b39d0aee29..1fd4f372f364 100644 --- a/lib/bind/isc/memcluster.mdoc +++ b/lib/bind/isc/memcluster.mdoc @@ -1,4 +1,4 @@ -.\" $Id: memcluster.mdoc,v 1.3 2004/03/09 06:30:08 marka Exp $ +.\" $Id: memcluster.mdoc,v 1.3 2004-03-09 06:30:08 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1995-1999 by Internet Software Consortium diff --git a/lib/bind/isc/tree.c b/lib/bind/isc/tree.c index 5553636dd2a9..d209a6dfc41c 100644 --- a/lib/bind/isc/tree.c +++ b/lib/bind/isc/tree.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: tree.c,v 1.3.18.1 2005/04/27 05:01:08 sra Exp $"; +static const char rcsid[] = "$Id: tree.c,v 1.3.18.1 2005-04-27 05:01:08 sra Exp $"; #endif /*% diff --git a/lib/bind/isc/tree.mdoc b/lib/bind/isc/tree.mdoc index 2c24e1ff5c94..135b2b49be90 100644 --- a/lib/bind/isc/tree.mdoc +++ b/lib/bind/isc/tree.mdoc @@ -1,4 +1,4 @@ -.\" $Id: tree.mdoc,v 1.3 2004/03/09 06:30:09 marka Exp $ +.\" $Id: tree.mdoc,v 1.3 2004-03-09 06:30:09 marka Exp $ .\" .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1995-1999 by Internet Software Consortium diff --git a/lib/bind/make/includes.in b/lib/bind/make/includes.in index d7e21cb36f98..4c8a5e92b476 100644 --- a/lib/bind/make/includes.in +++ b/lib/bind/make/includes.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: includes.in,v 1.2 2004/03/16 05:22:19 marka Exp $ +# $Id: includes.in,v 1.2 2004-03-16 05:22:19 marka Exp $ # Search for machine-generated header files in the build tree, # and for normal headers in the source tree (${top_srcdir}). diff --git a/lib/bind/make/rules.in b/lib/bind/make/rules.in index 5033b15e8178..0fc18d8d1379 100644 --- a/lib/bind/make/rules.in +++ b/lib/bind/make/rules.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.9.18.4 2007/08/28 07:20:04 tbox Exp $ +# $Id: rules.in,v 1.9.18.4 2007-08-28 07:20:04 tbox Exp $ ### ### Common Makefile rules for BIND 9. diff --git a/lib/bind/mkinstalldirs b/lib/bind/mkinstalldirs index 74a611ae8357..61cbd58ec920 100755 --- a/lib/bind/mkinstalldirs +++ b/lib/bind/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.1 2001/07/06 22:23:42 gson Exp $ +# $Id: mkinstalldirs,v 1.1 2001-07-06 22:23:42 gson Exp $ errstatus=0 diff --git a/lib/bind/nameser/Makefile.in b/lib/bind/nameser/Makefile.in index fcb7ed725c0e..8dac9b47cab5 100644 --- a/lib/bind/nameser/Makefile.in +++ b/lib/bind/nameser/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5.18.2 2008/03/20 23:46:01 tbox Exp $ +# $Id: Makefile.in,v 1.5.18.2 2008-03-20 23:46:01 tbox Exp $ srcdir= @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/nameser/ns_date.c b/lib/bind/nameser/ns_date.c index af1455c956fa..79c03dad0337 100644 --- a/lib/bind/nameser/ns_date.c +++ b/lib/bind/nameser/ns_date.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_date.c,v 1.5.18.1 2005/04/27 05:01:08 sra Exp $"; +static const char rcsid[] = "$Id: ns_date.c,v 1.5.18.1 2005-04-27 05:01:08 sra Exp $"; #endif /* Import. */ diff --git a/lib/bind/nameser/ns_name.c b/lib/bind/nameser/ns_name.c index 31dee3600c06..3548b538fe5a 100644 --- a/lib/bind/nameser/ns_name.c +++ b/lib/bind/nameser/ns_name.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_name.c,v 1.8.18.2 2005/04/27 05:01:08 sra Exp $"; +static const char rcsid[] = "$Id: ns_name.c,v 1.8.18.2 2005-04-27 05:01:08 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/nameser/ns_netint.c b/lib/bind/nameser/ns_netint.c index b08c58b42326..f0d016200410 100644 --- a/lib/bind/nameser/ns_netint.c +++ b/lib/bind/nameser/ns_netint.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_netint.c,v 1.2.18.1 2005/04/27 05:01:08 sra Exp $"; +static const char rcsid[] = "$Id: ns_netint.c,v 1.2.18.1 2005-04-27 05:01:08 sra Exp $"; #endif /* Import. */ diff --git a/lib/bind/nameser/ns_parse.c b/lib/bind/nameser/ns_parse.c index c4658d8633dd..7db4926090ff 100644 --- a/lib/bind/nameser/ns_parse.c +++ b/lib/bind/nameser/ns_parse.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_parse.c,v 1.5.18.4 2007/08/27 03:34:24 marka Exp $"; +static const char rcsid[] = "$Id: ns_parse.c,v 1.5.18.4 2007-08-27 03:34:24 marka Exp $"; #endif /* Import. */ diff --git a/lib/bind/nameser/ns_print.c b/lib/bind/nameser/ns_print.c index 0679ba477c9b..14b0e23f9325 100644 --- a/lib/bind/nameser/ns_print.c +++ b/lib/bind/nameser/ns_print.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_print.c,v 1.6.18.4 2005/04/27 05:01:09 sra Exp $"; +static const char rcsid[] = "$Id: ns_print.c,v 1.6.18.4 2005-04-27 05:01:09 sra Exp $"; #endif /* Import. */ diff --git a/lib/bind/nameser/ns_samedomain.c b/lib/bind/nameser/ns_samedomain.c index a720f6a29159..634820d35ba2 100644 --- a/lib/bind/nameser/ns_samedomain.c +++ b/lib/bind/nameser/ns_samedomain.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_samedomain.c,v 1.5.18.1 2005/04/27 05:01:09 sra Exp $"; +static const char rcsid[] = "$Id: ns_samedomain.c,v 1.5.18.1 2005-04-27 05:01:09 sra Exp $"; #endif #include "port_before.h" diff --git a/lib/bind/nameser/ns_sign.c b/lib/bind/nameser/ns_sign.c index ab4b0efafe26..e40e1c2ffb45 100644 --- a/lib/bind/nameser/ns_sign.c +++ b/lib/bind/nameser/ns_sign.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_sign.c,v 1.4.18.2 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: ns_sign.c,v 1.4.18.2 2006-03-10 00:20:08 marka Exp $"; #endif /* Import. */ diff --git a/lib/bind/nameser/ns_ttl.c b/lib/bind/nameser/ns_ttl.c index 627ddf179598..3833f49456cf 100644 --- a/lib/bind/nameser/ns_ttl.c +++ b/lib/bind/nameser/ns_ttl.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_ttl.c,v 1.2.18.2 2005/07/28 07:38:10 marka Exp $"; +static const char rcsid[] = "$Id: ns_ttl.c,v 1.2.18.2 2005-07-28 07:38:10 marka Exp $"; #endif /* Import. */ diff --git a/lib/bind/nameser/ns_verify.c b/lib/bind/nameser/ns_verify.c index b80b588ba5b1..1ff81e380763 100644 --- a/lib/bind/nameser/ns_verify.c +++ b/lib/bind/nameser/ns_verify.c @@ -16,7 +16,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: ns_verify.c,v 1.2.18.3 2006/03/10 00:20:08 marka Exp $"; +static const char rcsid[] = "$Id: ns_verify.c,v 1.2.18.3 2006-03-10 00:20:08 marka Exp $"; #endif /* Import. */ diff --git a/lib/bind/port/freebsd/include/Makefile.in b/lib/bind/port/freebsd/include/Makefile.in index 68bef09d9091..4a61e5c42778 100644 --- a/lib/bind/port/freebsd/include/Makefile.in +++ b/lib/bind/port/freebsd/include/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.2 2004/03/16 05:22:22 marka Exp $ +# $Id: Makefile.in,v 1.2 2004-03-16 05:22:22 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/resolv/Makefile.in b/lib/bind/resolv/Makefile.in index 557f02023b08..75f4b656d7e4 100644 --- a/lib/bind/resolv/Makefile.in +++ b/lib/bind/resolv/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.4.18.4 2008/03/20 23:46:01 tbox Exp $ +# $Id: Makefile.in,v 1.4.18.4 2008-03-20 23:46:01 tbox Exp $ srcdir= @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind/resolv/herror.c b/lib/bind/resolv/herror.c index 92324265144e..da6236f71a94 100644 --- a/lib/bind/resolv/herror.c +++ b/lib/bind/resolv/herror.c @@ -50,7 +50,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: herror.c,v 1.3.18.1 2005/04/27 05:01:09 sra Exp $"; +static const char rcsid[] = "$Id: herror.c,v 1.3.18.1 2005-04-27 05:01:09 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_comp.c b/lib/bind/resolv/res_comp.c index 4dc3c2a2f88a..b4366a790343 100644 --- a/lib/bind/resolv/res_comp.c +++ b/lib/bind/resolv/res_comp.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: res_comp.c,v 1.3.18.2 2005/07/28 07:38:11 marka Exp $"; +static const char rcsid[] = "$Id: res_comp.c,v 1.3.18.2 2005-07-28 07:38:11 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_data.c b/lib/bind/resolv/res_data.c index 736315cc4186..90dd36bbfd34 100644 --- a/lib/bind/resolv/res_data.c +++ b/lib/bind/resolv/res_data.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: res_data.c,v 1.3.18.2 2007/09/14 05:35:47 marka Exp $"; +static const char rcsid[] = "$Id: res_data.c,v 1.3.18.2 2007-09-14 05:35:47 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_debug.c b/lib/bind/resolv/res_debug.c index 71dc676a5397..379a478ef4c8 100644 --- a/lib/bind/resolv/res_debug.c +++ b/lib/bind/resolv/res_debug.c @@ -95,7 +95,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: res_debug.c,v 1.10.18.6 2008/04/03 23:15:15 marka Exp $"; +static const char rcsid[] = "$Id: res_debug.c,v 1.10.18.6 2008-04-03 23:15:15 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_findzonecut.c b/lib/bind/resolv/res_findzonecut.c index 207d66c6d55c..4587243b7650 100644 --- a/lib/bind/resolv/res_findzonecut.c +++ b/lib/bind/resolv/res_findzonecut.c @@ -1,5 +1,5 @@ #if !defined(lint) && !defined(SABER) -static const char rcsid[] = "$Id: res_findzonecut.c,v 1.7.18.3 2005/10/11 00:25:11 marka Exp $"; +static const char rcsid[] = "$Id: res_findzonecut.c,v 1.7.18.3 2005-10-11 00:25:11 marka Exp $"; #endif /* not lint */ /* diff --git a/lib/bind/resolv/res_init.c b/lib/bind/resolv/res_init.c index f580b9cc0642..9fa7b9e7ef6e 100644 --- a/lib/bind/resolv/res_init.c +++ b/lib/bind/resolv/res_init.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; -static const char rcsid[] = "$Id: res_init.c,v 1.16.18.7 2007/07/09 01:52:58 marka Exp $"; +static const char rcsid[] = "$Id: res_init.c,v 1.16.18.7 2007-07-09 01:52:58 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_mkquery.c b/lib/bind/resolv/res_mkquery.c index 049f6c54035a..d45ddc0e9aaf 100644 --- a/lib/bind/resolv/res_mkquery.c +++ b/lib/bind/resolv/res_mkquery.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: res_mkquery.c,v 1.5.18.2 2008/04/03 23:15:15 marka Exp $"; +static const char rcsid[] = "$Id: res_mkquery.c,v 1.5.18.2 2008-04-03 23:15:15 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_mkupdate.c b/lib/bind/resolv/res_mkupdate.c index 429927564509..45eadebcc921 100644 --- a/lib/bind/resolv/res_mkupdate.c +++ b/lib/bind/resolv/res_mkupdate.c @@ -22,7 +22,7 @@ */ #if !defined(lint) && !defined(SABER) -static const char rcsid[] = "$Id: res_mkupdate.c,v 1.4.18.4 2005/10/14 05:44:12 marka Exp $"; +static const char rcsid[] = "$Id: res_mkupdate.c,v 1.4.18.4 2005-10-14 05:44:12 marka Exp $"; #endif /* not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_query.c b/lib/bind/resolv/res_query.c index 8c01cb007ba7..11dcbf17f382 100644 --- a/lib/bind/resolv/res_query.c +++ b/lib/bind/resolv/res_query.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: res_query.c,v 1.7.18.2 2008/04/03 23:15:15 marka Exp $"; +static const char rcsid[] = "$Id: res_query.c,v 1.7.18.2 2008-04-03 23:15:15 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" diff --git a/lib/bind/resolv/res_send.c b/lib/bind/resolv/res_send.c index 5154fe2720e2..9a8bbaf4f5e5 100644 --- a/lib/bind/resolv/res_send.c +++ b/lib/bind/resolv/res_send.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: res_send.c,v 1.9.18.10 2008/01/27 02:06:26 marka Exp $"; +static const char rcsid[] = "$Id: res_send.c,v 1.9.18.10 2008-01-27 02:06:26 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /*! \file diff --git a/lib/bind/resolv/res_update.c b/lib/bind/resolv/res_update.c index 483e19db2070..7a155ef7c453 100644 --- a/lib/bind/resolv/res_update.c +++ b/lib/bind/resolv/res_update.c @@ -1,5 +1,5 @@ #if !defined(lint) && !defined(SABER) -static const char rcsid[] = "$Id: res_update.c,v 1.12.18.1 2005/04/27 05:01:12 sra Exp $"; +static const char rcsid[] = "$Id: res_update.c,v 1.12.18.1 2005-04-27 05:01:12 sra Exp $"; #endif /* not lint */ /* |
