summaryrefslogtreecommitdiff
path: root/lib/libc/string/memccpy.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-08 08:05:39 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-08 08:05:39 +0000
commit09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch)
tree29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/string/memccpy.c
parent1c72a646a8e39b93297b437918b3b1471ce8e77a (diff)
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
Diffstat (limited to 'lib/libc/string/memccpy.c')
-rw-r--r--lib/libc/string/memccpy.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c
index 265570c5a42..485c55fcabf 100644
--- a/lib/libc/string/memccpy.c
+++ b/lib/libc/string/memccpy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: memccpy.c,v 1.5 2005/03/30 20:13:52 otto Exp $ */
+/* $OpenBSD: memccpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -29,14 +29,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93";
-#else
-static char *rcsid = "$OpenBSD: memccpy.c,v 1.5 2005/03/30 20:13:52 otto Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
#include <string.h>
void *