summaryrefslogtreecommitdiff
path: root/lib/bind/bsd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bind/bsd')
-rw-r--r--lib/bind/bsd/Makefile.in2
-rw-r--r--lib/bind/bsd/daemon.c2
-rw-r--r--lib/bind/bsd/ftruncate.c2
-rw-r--r--lib/bind/bsd/gettimeofday.c2
-rw-r--r--lib/bind/bsd/mktemp.c2
-rw-r--r--lib/bind/bsd/putenv.c2
-rw-r--r--lib/bind/bsd/readv.c2
-rw-r--r--lib/bind/bsd/setenv.c2
-rw-r--r--lib/bind/bsd/setitimer.c2
-rw-r--r--lib/bind/bsd/strcasecmp.c2
-rw-r--r--lib/bind/bsd/strerror.c2
-rw-r--r--lib/bind/bsd/strpbrk.c2
-rw-r--r--lib/bind/bsd/strsep.c2
-rw-r--r--lib/bind/bsd/strtoul.c2
-rw-r--r--lib/bind/bsd/writev.c2
15 files changed, 15 insertions, 15 deletions
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"