summaryrefslogtreecommitdiff
path: root/lib/bind/inet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bind/inet')
-rw-r--r--lib/bind/inet/Makefile.in2
-rw-r--r--lib/bind/inet/inet_addr.c2
-rw-r--r--lib/bind/inet/inet_cidr_ntop.c2
-rw-r--r--lib/bind/inet/inet_cidr_pton.c2
-rw-r--r--lib/bind/inet/inet_data.c2
-rw-r--r--lib/bind/inet/inet_net_ntop.c2
-rw-r--r--lib/bind/inet/inet_net_pton.c2
-rw-r--r--lib/bind/inet/inet_neta.c2
-rw-r--r--lib/bind/inet/inet_ntoa.c2
-rw-r--r--lib/bind/inet/inet_ntop.c2
-rw-r--r--lib/bind/inet/inet_pton.c2
-rw-r--r--lib/bind/inet/nsap_addr.c2
12 files changed, 12 insertions, 12 deletions
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"