aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/bcopy.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
commit5864b79cd2852339f3025ee81769233071d60934 (patch)
treeb468e5ee2b4272d5130141a79d342729b5f7e14e /lib/libc/string/bcopy.c
parentac8f990bdebc788c11f8449ca0fd90b65c3b9048 (diff)
downloadsrc-5864b79cd2852339f3025ee81769233071d60934.tar.gz
src-5864b79cd2852339f3025ee81769233071d60934.zip
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
Do the same for the non-wcs*/wmem* files while I'm here.
Notes
Notes: svn path=/head/; revision=77117
Diffstat (limited to 'lib/libc/string/bcopy.c')
-rw-r--r--lib/libc/string/bcopy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c
index f90b09c9b73f..b7e6861d8f74 100644
--- a/lib/libc/string/bcopy.c
+++ b/lib/libc/string/bcopy.c
@@ -37,6 +37,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
#include <sys/cdefs.h>
#include <string.h>