summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>2000-06-14 06:48:47 +0000
committercgd <cgd@NetBSD.org>2000-06-14 06:48:47 +0000
commitd220ca5ba3860025d91b408d636f9ff1bf9fe034 (patch)
tree4df7184ea202507dcdc45a8850e7d3dedf201d97 /lib/libc/string
parentc3d57dd7670513bb086203fe90f0a81cf921f2cc (diff)
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Lint_bcmp.c2
-rw-r--r--lib/libc/string/Lint_bcopy.c2
-rw-r--r--lib/libc/string/Lint_bzero.c2
-rw-r--r--lib/libc/string/Lint_ffs.c2
-rw-r--r--lib/libc/string/Lint_index.c2
-rw-r--r--lib/libc/string/Lint_memchr.c2
-rw-r--r--lib/libc/string/Lint_memcmp.c2
-rw-r--r--lib/libc/string/Lint_memcpy.c2
-rw-r--r--lib/libc/string/Lint_memmove.c2
-rw-r--r--lib/libc/string/Lint_memset.c2
-rw-r--r--lib/libc/string/Lint_rindex.c2
-rw-r--r--lib/libc/string/Lint_strcat.c2
-rw-r--r--lib/libc/string/Lint_strchr.c2
-rw-r--r--lib/libc/string/Lint_strcmp.c2
-rw-r--r--lib/libc/string/Lint_strcpy.c2
-rw-r--r--lib/libc/string/Lint_strlen.c2
-rw-r--r--lib/libc/string/Lint_strncmp.c2
-rw-r--r--lib/libc/string/Lint_strrchr.c2
-rw-r--r--lib/libc/string/Lint_swab.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/lib/libc/string/Lint_bcmp.c b/lib/libc/string/Lint_bcmp.c
index 248d0b64f8e..d378c9d1d86 100644
--- a/lib/libc/string/Lint_bcmp.c
+++ b/lib/libc/string/Lint_bcmp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_bcmp.c,v 1.1 1997/11/06 00:51:48 cgd Exp $ */
+/* $NetBSD: Lint_bcmp.c,v 1.2 2000/06/14 06:49:07 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_bcopy.c b/lib/libc/string/Lint_bcopy.c
index c8511f855bd..475f97fddd8 100644
--- a/lib/libc/string/Lint_bcopy.c
+++ b/lib/libc/string/Lint_bcopy.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_bcopy.c,v 1.1 1997/11/06 00:51:51 cgd Exp $ */
+/* $NetBSD: Lint_bcopy.c,v 1.2 2000/06/14 06:49:07 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_bzero.c b/lib/libc/string/Lint_bzero.c
index e497654fa4b..86dfea3fd05 100644
--- a/lib/libc/string/Lint_bzero.c
+++ b/lib/libc/string/Lint_bzero.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_bzero.c,v 1.1 1997/11/06 00:51:55 cgd Exp $ */
+/* $NetBSD: Lint_bzero.c,v 1.2 2000/06/14 06:49:07 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_ffs.c b/lib/libc/string/Lint_ffs.c
index a372e96304a..d512e887eb1 100644
--- a/lib/libc/string/Lint_ffs.c
+++ b/lib/libc/string/Lint_ffs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_ffs.c,v 1.1 1997/11/06 00:51:57 cgd Exp $ */
+/* $NetBSD: Lint_ffs.c,v 1.2 2000/06/14 06:49:07 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_index.c b/lib/libc/string/Lint_index.c
index b7ea27c4590..a6aeef34b6a 100644
--- a/lib/libc/string/Lint_index.c
+++ b/lib/libc/string/Lint_index.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_index.c,v 1.1 1997/11/06 00:52:00 cgd Exp $ */
+/* $NetBSD: Lint_index.c,v 1.2 2000/06/14 06:49:07 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_memchr.c b/lib/libc/string/Lint_memchr.c
index cd1f30289b7..574ff09297c 100644
--- a/lib/libc/string/Lint_memchr.c
+++ b/lib/libc/string/Lint_memchr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_memchr.c,v 1.1 1997/11/06 00:52:03 cgd Exp $ */
+/* $NetBSD: Lint_memchr.c,v 1.2 2000/06/14 06:49:07 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_memcmp.c b/lib/libc/string/Lint_memcmp.c
index 0f7899cd30c..a1fd275e12c 100644
--- a/lib/libc/string/Lint_memcmp.c
+++ b/lib/libc/string/Lint_memcmp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_memcmp.c,v 1.1 1997/11/06 00:52:06 cgd Exp $ */
+/* $NetBSD: Lint_memcmp.c,v 1.2 2000/06/14 06:49:08 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_memcpy.c b/lib/libc/string/Lint_memcpy.c
index 523fd8d8519..2aead93b446 100644
--- a/lib/libc/string/Lint_memcpy.c
+++ b/lib/libc/string/Lint_memcpy.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_memcpy.c,v 1.1 1997/11/06 00:52:09 cgd Exp $ */
+/* $NetBSD: Lint_memcpy.c,v 1.2 2000/06/14 06:49:08 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_memmove.c b/lib/libc/string/Lint_memmove.c
index 6a7a06968a1..822a296d88b 100644
--- a/lib/libc/string/Lint_memmove.c
+++ b/lib/libc/string/Lint_memmove.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_memmove.c,v 1.1 1997/11/06 00:52:12 cgd Exp $ */
+/* $NetBSD: Lint_memmove.c,v 1.2 2000/06/14 06:49:08 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_memset.c b/lib/libc/string/Lint_memset.c
index ebb634d3336..f79b9dbcdec 100644
--- a/lib/libc/string/Lint_memset.c
+++ b/lib/libc/string/Lint_memset.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_memset.c,v 1.1 1997/11/06 00:52:16 cgd Exp $ */
+/* $NetBSD: Lint_memset.c,v 1.2 2000/06/14 06:49:08 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_rindex.c b/lib/libc/string/Lint_rindex.c
index c53949f876a..c96b4d51264 100644
--- a/lib/libc/string/Lint_rindex.c
+++ b/lib/libc/string/Lint_rindex.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_rindex.c,v 1.1 1997/11/06 00:52:18 cgd Exp $ */
+/* $NetBSD: Lint_rindex.c,v 1.2 2000/06/14 06:49:08 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_strcat.c b/lib/libc/string/Lint_strcat.c
index 53a8606bdbd..279a35dc552 100644
--- a/lib/libc/string/Lint_strcat.c
+++ b/lib/libc/string/Lint_strcat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_strcat.c,v 1.1 1997/11/06 00:52:21 cgd Exp $ */
+/* $NetBSD: Lint_strcat.c,v 1.2 2000/06/14 06:49:08 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_strchr.c b/lib/libc/string/Lint_strchr.c
index 61c456cae2c..de541f3d9c8 100644
--- a/lib/libc/string/Lint_strchr.c
+++ b/lib/libc/string/Lint_strchr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_strchr.c,v 1.1 1997/11/06 00:52:23 cgd Exp $ */
+/* $NetBSD: Lint_strchr.c,v 1.2 2000/06/14 06:49:09 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_strcmp.c b/lib/libc/string/Lint_strcmp.c
index d57e9eb2256..cd6babdf213 100644
--- a/lib/libc/string/Lint_strcmp.c
+++ b/lib/libc/string/Lint_strcmp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_strcmp.c,v 1.1 1997/11/06 00:52:26 cgd Exp $ */
+/* $NetBSD: Lint_strcmp.c,v 1.2 2000/06/14 06:49:09 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_strcpy.c b/lib/libc/string/Lint_strcpy.c
index 70f046fe897..550ccde40c4 100644
--- a/lib/libc/string/Lint_strcpy.c
+++ b/lib/libc/string/Lint_strcpy.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_strcpy.c,v 1.1 1997/11/06 00:52:28 cgd Exp $ */
+/* $NetBSD: Lint_strcpy.c,v 1.2 2000/06/14 06:49:09 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_strlen.c b/lib/libc/string/Lint_strlen.c
index f0fe03b8282..63f51ce6c2f 100644
--- a/lib/libc/string/Lint_strlen.c
+++ b/lib/libc/string/Lint_strlen.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_strlen.c,v 1.1 1997/11/06 00:52:31 cgd Exp $ */
+/* $NetBSD: Lint_strlen.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_strncmp.c b/lib/libc/string/Lint_strncmp.c
index f6db9fb2e92..645f49c577c 100644
--- a/lib/libc/string/Lint_strncmp.c
+++ b/lib/libc/string/Lint_strncmp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_strncmp.c,v 1.1 1997/11/06 00:52:34 cgd Exp $ */
+/* $NetBSD: Lint_strncmp.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_strrchr.c b/lib/libc/string/Lint_strrchr.c
index 865657e9a0b..fb64549f67a 100644
--- a/lib/libc/string/Lint_strrchr.c
+++ b/lib/libc/string/Lint_strrchr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_strrchr.c,v 1.1 1997/11/06 00:52:38 cgd Exp $ */
+/* $NetBSD: Lint_strrchr.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
/*
* This file placed in the public domain.
diff --git a/lib/libc/string/Lint_swab.c b/lib/libc/string/Lint_swab.c
index 33e4205382a..6c35a7cbf30 100644
--- a/lib/libc/string/Lint_swab.c
+++ b/lib/libc/string/Lint_swab.c
@@ -1,4 +1,4 @@
-/* $NetBSD: Lint_swab.c,v 1.1 1997/11/06 00:52:42 cgd Exp $ */
+/* $NetBSD: Lint_swab.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
/*
* This file placed in the public domain.