From d7398a270c9cd1b7b4d545ed70ea24384781a86c Mon Sep 17 00:00:00 2001 From: espie <> Date: Mon, 8 Aug 2005 08:05:37 +0000 Subject: zap remaining rcsid. Kill old files that are no longer compiled. okay theo --- src/lib/libc/string/bcmp.c | 6 +----- src/lib/libc/string/bcopy.c | 5 +---- src/lib/libc/string/bm.c | 5 +---- src/lib/libc/string/bzero.c | 6 +----- src/lib/libc/string/ffs.c | 6 +----- src/lib/libc/string/index.c | 5 +---- src/lib/libc/string/memccpy.c | 10 +--------- src/lib/libc/string/memchr.c | 5 +---- src/lib/libc/string/memcmp.c | 5 +---- src/lib/libc/string/memset.c | 5 +---- src/lib/libc/string/rindex.c | 5 +---- src/lib/libc/string/strcasecmp.c | 10 +--------- src/lib/libc/string/strcasestr.c | 6 +----- src/lib/libc/string/strcat.c | 6 +----- src/lib/libc/string/strcmp.c | 6 +----- src/lib/libc/string/strcoll.c | 5 +---- src/lib/libc/string/strcpy.c | 6 +----- src/lib/libc/string/strcspn.c | 5 +---- src/lib/libc/string/strdup.c | 10 +--------- src/lib/libc/string/strerror.c | 5 +---- src/lib/libc/string/strerror_r.c | 6 +----- src/lib/libc/string/strlcat.c | 6 +----- src/lib/libc/string/strlcpy.c | 6 +----- src/lib/libc/string/strlen.c | 6 +----- src/lib/libc/string/strmode.c | 5 +---- src/lib/libc/string/strncat.c | 5 +---- src/lib/libc/string/strncmp.c | 6 +----- src/lib/libc/string/strncpy.c | 6 +----- src/lib/libc/string/strpbrk.c | 5 +---- src/lib/libc/string/strsep.c | 10 +--------- src/lib/libc/string/strsignal.c | 4 ---- src/lib/libc/string/strspn.c | 5 +---- src/lib/libc/string/strstr.c | 5 +---- src/lib/libc/string/strtok.c | 4 ---- src/lib/libc/string/strxfrm.c | 5 +---- src/lib/libc/string/swab.c | 5 +---- src/lib/libc/string/wcscat.c | 6 +----- src/lib/libc/string/wcschr.c | 6 +----- src/lib/libc/string/wcscmp.c | 6 +----- src/lib/libc/string/wcscpy.c | 6 +----- src/lib/libc/string/wcscspn.c | 6 +----- src/lib/libc/string/wcslcat.c | 6 +----- src/lib/libc/string/wcslcpy.c | 6 +----- src/lib/libc/string/wcslen.c | 6 +----- src/lib/libc/string/wcsncat.c | 6 +----- src/lib/libc/string/wcsncmp.c | 6 +----- src/lib/libc/string/wcsncpy.c | 6 +----- src/lib/libc/string/wcspbrk.c | 6 +----- src/lib/libc/string/wcsrchr.c | 6 +----- src/lib/libc/string/wcsspn.c | 6 +----- src/lib/libc/string/wcsstr.c | 6 +----- src/lib/libc/string/wcstok.c | 6 +----- src/lib/libc/string/wcswidth.c | 6 +----- src/lib/libc/string/wmemchr.c | 6 +----- src/lib/libc/string/wmemcmp.c | 6 +----- src/lib/libc/string/wmemcpy.c | 6 +----- src/lib/libc/string/wmemmove.c | 6 +----- src/lib/libc/string/wmemset.c | 6 +----- 58 files changed, 56 insertions(+), 287 deletions(-) (limited to 'src/lib/libc/string') diff --git a/src/lib/libc/string/bcmp.c b/src/lib/libc/string/bcmp.c index 07d32ed043..a35689a209 100644 --- a/src/lib/libc/string/bcmp.c +++ b/src/lib/libc/string/bcmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcmp.c,v 1.7 2005/03/30 20:13:52 otto Exp $ */ +/* $OpenBSD: bcmp.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: bcmp.c,v 1.7 2005/03/30 20:13:52 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/bcopy.c b/src/lib/libc/string/bcopy.c index 7b30ab4abb..4308c6484a 100644 --- a/src/lib/libc/string/bcopy.c +++ b/src/lib/libc/string/bcopy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bcopy.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: bcopy.c,v 1.4 2005/03/30 20:13:52 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/bm.c b/src/lib/libc/string/bm.c index 6c8e4c3472..829c24082e 100644 --- a/src/lib/libc/string/bm.c +++ b/src/lib/libc/string/bm.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bm.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: bm.c,v 1.5 2005/03/30 20:13:52 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/bzero.c b/src/lib/libc/string/bzero.c index 9d8a2cef3a..4d267d4f40 100644 --- a/src/lib/libc/string/bzero.c +++ b/src/lib/libc/string/bzero.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */ +/* $OpenBSD: bzero.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/ffs.c b/src/lib/libc/string/ffs.c index f1d14096a2..7dec1613a8 100644 --- a/src/lib/libc/string/ffs.c +++ b/src/lib/libc/string/ffs.c @@ -1,14 +1,10 @@ -/* $OpenBSD: ffs.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $ */ +/* $OpenBSD: ffs.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /* * Public domain. * Written by Dale Rahn. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: ffs.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/index.c b/src/lib/libc/string/index.c index 52d0fd46fa..50e9ca35ab 100644 --- a/src/lib/libc/string/index.c +++ b/src/lib/libc/string/index.c @@ -1,3 +1,4 @@ +/* $OpenBSD: index.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: index.c,v 1.4 2003/06/02 20:18:38 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include char * diff --git a/src/lib/libc/string/memccpy.c b/src/lib/libc/string/memccpy.c index 265570c5a4..485c55fcab 100644 --- a/src/lib/libc/string/memccpy.c +++ b/src/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 void * diff --git a/src/lib/libc/string/memchr.c b/src/lib/libc/string/memchr.c index 454abcbc17..4573e3ceb1 100644 --- a/src/lib/libc/string/memchr.c +++ b/src/lib/libc/string/memchr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: memchr.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: memchr.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include void * diff --git a/src/lib/libc/string/memcmp.c b/src/lib/libc/string/memcmp.c index 6c83208a7b..49384a6fb9 100644 --- a/src/lib/libc/string/memcmp.c +++ b/src/lib/libc/string/memcmp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: memcmp.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: memcmp.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/memset.c b/src/lib/libc/string/memset.c index 9bc0556faa..db32866a0e 100644 --- a/src/lib/libc/string/memset.c +++ b/src/lib/libc/string/memset.c @@ -1,3 +1,4 @@ +/* $OpenBSD: memset.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: memset.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include void * diff --git a/src/lib/libc/string/rindex.c b/src/lib/libc/string/rindex.c index b880d0eaeb..bf9d6f7cf1 100644 --- a/src/lib/libc/string/rindex.c +++ b/src/lib/libc/string/rindex.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rindex.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include char * diff --git a/src/lib/libc/string/strcasecmp.c b/src/lib/libc/string/strcasecmp.c index 62da063444..2be09136c0 100644 --- a/src/lib/libc/string/strcasecmp.c +++ b/src/lib/libc/string/strcasecmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ +/* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1987, 1993 @@ -31,14 +31,6 @@ #include -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - typedef unsigned char u_char; /* diff --git a/src/lib/libc/string/strcasestr.c b/src/lib/libc/string/strcasestr.c index 075e6f1987..07c8c2e8fb 100644 --- a/src/lib/libc/string/strcasestr.c +++ b/src/lib/libc/string/strcasestr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $ */ +/* $OpenBSD: strcasestr.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */ /*- @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/strcat.c b/src/lib/libc/string/strcat.c index 4f9734ab9e..7cea5229fb 100644 --- a/src/lib/libc/string/strcat.c +++ b/src/lib/libc/string/strcat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */ +/* $OpenBSD: strcat.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/strcmp.c b/src/lib/libc/string/strcmp.c index 0fe34c2804..816fd111ac 100644 --- a/src/lib/libc/string/strcmp.c +++ b/src/lib/libc/string/strcmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */ +/* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/strcoll.c b/src/lib/libc/string/strcoll.c index 9622b67281..2df983bd65 100644 --- a/src/lib/libc/string/strcoll.c +++ b/src/lib/libc/string/strcoll.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strcoll.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcoll.c,v 1.4 2003/06/11 21:08:29 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/strcpy.c b/src/lib/libc/string/strcpy.c index 0acd1bbadf..71d90d4100 100644 --- a/src/lib/libc/string/strcpy.c +++ b/src/lib/libc/string/strcpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */ +/* $OpenBSD: strcpy.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/strcspn.c b/src/lib/libc/string/strcspn.c index f96f903809..1eb233614d 100644 --- a/src/lib/libc/string/strcspn.c +++ b/src/lib/libc/string/strcspn.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strcspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcspn.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/strdup.c b/src/lib/libc/string/strdup.c index bbea59888c..a6aa1e03b0 100644 --- a/src/lib/libc/string/strdup.c +++ b/src/lib/libc/string/strdup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ +/* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1988, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/strerror.c b/src/lib/libc/string/strerror.c index edb6af7386..13996f08e9 100644 --- a/src/lib/libc/string/strerror.c +++ b/src/lib/libc/string/strerror.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strerror.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strerror.c,v 1.6 2004/05/03 05:07:34 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/strerror_r.c b/src/lib/libc/string/strerror_r.c index 958a88df3e..85988a2561 100644 --- a/src/lib/libc/string/strerror_r.c +++ b/src/lib/libc/string/strerror_r.c @@ -1,10 +1,6 @@ -/* $OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $ */ +/* $OpenBSD: strerror_r.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /* Public Domain */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #ifdef NLS #define catclose _catclose #define catgets _catgets diff --git a/src/lib/libc/string/strlcat.c b/src/lib/libc/string/strlcat.c index 952eed1a79..ceab094411 100644 --- a/src/lib/libc/string/strlcat.c +++ b/src/lib/libc/string/strlcat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strlcat.c,v 1.12 2005/03/30 20:13:52 otto Exp $ */ +/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1998 Todd C. Miller @@ -16,10 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strlcat.c,v 1.12 2005/03/30 20:13:52 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/strlcpy.c b/src/lib/libc/string/strlcpy.c index 09a9c2b360..110155f76f 100644 --- a/src/lib/libc/string/strlcpy.c +++ b/src/lib/libc/string/strlcpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strlcpy.c,v 1.9 2005/03/30 20:13:52 otto Exp $ */ +/* $OpenBSD: strlcpy.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1998 Todd C. Miller @@ -16,10 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strlcpy.c,v 1.9 2005/03/30 20:13:52 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/strlen.c b/src/lib/libc/string/strlen.c index 298a9966a3..12d9ec4dad 100644 --- a/src/lib/libc/string/strlen.c +++ b/src/lib/libc/string/strlen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strlen.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $ */ +/* $OpenBSD: strlen.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strlen.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/strmode.c b/src/lib/libc/string/strmode.c index eedd65aaf3..6f0fa34ed8 100644 --- a/src/lib/libc/string/strmode.c +++ b/src/lib/libc/string/strmode.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strmode.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strmode.c,v 1.6 2005/06/15 17:48:52 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include diff --git a/src/lib/libc/string/strncat.c b/src/lib/libc/string/strncat.c index 05d35e0900..c4df4f2fad 100644 --- a/src/lib/libc/string/strncat.c +++ b/src/lib/libc/string/strncat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strncat.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strncat.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/strncmp.c b/src/lib/libc/string/strncmp.c index ddab42dc75..0aea80d7d9 100644 --- a/src/lib/libc/string/strncmp.c +++ b/src/lib/libc/string/strncmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strncmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */ +/* $OpenBSD: strncmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strncmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/strncpy.c b/src/lib/libc/string/strncpy.c index d73008c6db..4426cbe2e3 100644 --- a/src/lib/libc/string/strncpy.c +++ b/src/lib/libc/string/strncpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strncpy.c,v 1.5 2004/11/28 07:16:54 mickey Exp $ */ +/* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strncpy.c,v 1.5 2004/11/28 07:16:54 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include #else diff --git a/src/lib/libc/string/strpbrk.c b/src/lib/libc/string/strpbrk.c index 024c42bdc3..cd3b71c0d3 100644 --- a/src/lib/libc/string/strpbrk.c +++ b/src/lib/libc/string/strpbrk.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strpbrk.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1985 Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strpbrk.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/strsep.c b/src/lib/libc/string/strsep.c index 337d78e466..bcca681e03 100644 --- a/src/lib/libc/string/strsep.c +++ b/src/lib/libc/string/strsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ +/* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -32,14 +32,6 @@ #include #include -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * Get next token from string *stringp, where tokens are possibly-empty * strings separated by characters from delim. diff --git a/src/lib/libc/string/strsignal.c b/src/lib/libc/string/strsignal.c index afe0deb272..aa541cefed 100644 --- a/src/lib/libc/string/strsignal.c +++ b/src/lib/libc/string/strsignal.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strsignal.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/strspn.c b/src/lib/libc/string/strspn.c index d51a8cd3e6..385649c041 100644 --- a/src/lib/libc/string/strspn.c +++ b/src/lib/libc/string/strspn.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strspn.c,v 1.4 2003/06/11 21:08:29 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/strstr.c b/src/lib/libc/string/strstr.c index e6a94c5ce6..95a865bf79 100644 --- a/src/lib/libc/string/strstr.c +++ b/src/lib/libc/string/strstr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strstr.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strstr.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/strtok.c b/src/lib/libc/string/strtok.c index 6498eac8cc..4e963a019e 100644 --- a/src/lib/libc/string/strtok.c +++ b/src/lib/libc/string/strtok.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strtok.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include char * diff --git a/src/lib/libc/string/strxfrm.c b/src/lib/libc/string/strxfrm.c index a2e2dbc440..6f289c901e 100644 --- a/src/lib/libc/string/strxfrm.c +++ b/src/lib/libc/string/strxfrm.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strxfrm.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strxfrm.c,v 1.5 2003/09/06 22:43:12 tedu Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include /* diff --git a/src/lib/libc/string/swab.c b/src/lib/libc/string/swab.c index 0129561aa3..b53717dcde 100644 --- a/src/lib/libc/string/swab.c +++ b/src/lib/libc/string/swab.c @@ -1,3 +1,4 @@ +/* $OpenBSD: swab.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -30,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: swab.c,v 1.6 2005/03/30 20:13:52 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include void diff --git a/src/lib/libc/string/wcscat.c b/src/lib/libc/string/wcscat.c index 80de3f0d5e..a4841a975a 100644 --- a/src/lib/libc/string/wcscat.c +++ b/src/lib/libc/string/wcscat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcscat.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcscat.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcscat.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcscat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcscat.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #if defined(APIWARN) diff --git a/src/lib/libc/string/wcschr.c b/src/lib/libc/string/wcschr.c index 8086122517..c06127e087 100644 --- a/src/lib/libc/string/wcschr.c +++ b/src/lib/libc/string/wcschr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcschr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcschr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcschr.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcschr.c,v 1.2 2000/12/21 05:07:25 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcschr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wcscmp.c b/src/lib/libc/string/wcscmp.c index ebbb87ca4d..4a8f6ba3fb 100644 --- a/src/lib/libc/string/wcscmp.c +++ b/src/lib/libc/string/wcscmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcscmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ +/* $OpenBSD: wcscmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcscmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ /*- @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcscmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include "locale/runetype.h" diff --git a/src/lib/libc/string/wcscpy.c b/src/lib/libc/string/wcscpy.c index e5bf8b0dbf..75fdb75fe4 100644 --- a/src/lib/libc/string/wcscpy.c +++ b/src/lib/libc/string/wcscpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcscpy.c,v 1.3 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcscpy.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcscpy.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcscpy.c,v 1.2 2000/12/21 04:51:09 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcscpy.c,v 1.3 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #if defined(APIWARN) diff --git a/src/lib/libc/string/wcscspn.c b/src/lib/libc/string/wcscspn.c index 59a9510156..cf40092465 100644 --- a/src/lib/libc/string/wcscspn.c +++ b/src/lib/libc/string/wcscspn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcscspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcscspn.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcscspn.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcscspn.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcscspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include size_t diff --git a/src/lib/libc/string/wcslcat.c b/src/lib/libc/string/wcslcat.c index e74d52f4eb..bcd52d1f3c 100644 --- a/src/lib/libc/string/wcslcat.c +++ b/src/lib/libc/string/wcslcat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcslcat.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcslcat.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcslcat.c,v 1.2 2001/01/03 14:33:02 lukem Exp $ */ /* from OpenBSD: strlcat.c,v 1.3 2000/11/24 11:10:02 itojun Exp */ @@ -29,10 +29,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcslcat.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/wcslcpy.c b/src/lib/libc/string/wcslcpy.c index a6acb80d58..4a9afffd98 100644 --- a/src/lib/libc/string/wcslcpy.c +++ b/src/lib/libc/string/wcslcpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcslcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcslcpy.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcslcpy.c,v 1.2 2001/01/03 14:33:02 lukem Exp $ */ /* from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp */ @@ -29,10 +29,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcslcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/wcslen.c b/src/lib/libc/string/wcslen.c index 8bd5b5d07f..c1de4a271e 100644 --- a/src/lib/libc/string/wcslen.c +++ b/src/lib/libc/string/wcslen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcslen.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcslen.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcslen.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcslen.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcslen.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include size_t diff --git a/src/lib/libc/string/wcsncat.c b/src/lib/libc/string/wcsncat.c index b8e000c864..eb9a701514 100644 --- a/src/lib/libc/string/wcsncat.c +++ b/src/lib/libc/string/wcsncat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsncat.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcsncat.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcsncat.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcsncat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcsncat.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wcsncmp.c b/src/lib/libc/string/wcsncmp.c index 30d37f6657..fb3c7057cf 100644 --- a/src/lib/libc/string/wcsncmp.c +++ b/src/lib/libc/string/wcsncmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ +/* $OpenBSD: wcsncmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcsncmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ /* @@ -30,10 +30,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include "locale/runetype.h" diff --git a/src/lib/libc/string/wcsncpy.c b/src/lib/libc/string/wcsncpy.c index 2bf020e268..5da7edb06e 100644 --- a/src/lib/libc/string/wcsncpy.c +++ b/src/lib/libc/string/wcsncpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsncpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcsncpy.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcsncpy.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcsncpy.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcsncpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wcspbrk.c b/src/lib/libc/string/wcspbrk.c index 943057a2e6..1923abfc89 100644 --- a/src/lib/libc/string/wcspbrk.c +++ b/src/lib/libc/string/wcspbrk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcspbrk.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcspbrk.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcspbrk.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcspbrk.c,v 1.2 2000/12/21 05:07:25 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcspbrk.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wcsrchr.c b/src/lib/libc/string/wcsrchr.c index ced0fe3aae..3433310c56 100644 --- a/src/lib/libc/string/wcsrchr.c +++ b/src/lib/libc/string/wcsrchr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsrchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcsrchr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcsrchr.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcsrchr.c,v 1.2 2000/12/21 05:07:25 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcsrchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wcsspn.c b/src/lib/libc/string/wcsspn.c index 80f315f071..5162fa0763 100644 --- a/src/lib/libc/string/wcsspn.c +++ b/src/lib/libc/string/wcsspn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcsspn.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcsspn.c,v 1.3 2001/09/21 16:09:15 yamt Exp $ */ /*- @@ -29,10 +29,6 @@ * $Citrus: xpg4dl/FreeBSD/lib/libc/string/wcsspn.c,v 1.3 2001/09/21 16:06:43 yamt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcsspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include size_t diff --git a/src/lib/libc/string/wcsstr.c b/src/lib/libc/string/wcsstr.c index 9f3303004a..669e340280 100644 --- a/src/lib/libc/string/wcsstr.c +++ b/src/lib/libc/string/wcsstr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsstr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcsstr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcsstr.c,v 1.3 2003/03/05 20:18:17 tshiozak Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcsstr.c,v 1.2 2000/12/21 05:07:25 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcsstr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wcstok.c b/src/lib/libc/string/wcstok.c index 619aea8acb..bc1ac3e8cb 100644 --- a/src/lib/libc/string/wcstok.c +++ b/src/lib/libc/string/wcstok.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcstok.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcstok.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcstok.c,v 1.3 2003/07/10 08:50:48 tshiozak Exp $ */ /*- @@ -42,10 +42,6 @@ * FreeBSD: src/lib/libc/string/wcstok.c,v 1.1 2002/09/07 08:16:57 tjr Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcstok.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wcswidth.c b/src/lib/libc/string/wcswidth.c index ff6b4e1d3e..cd240897b5 100644 --- a/src/lib/libc/string/wcswidth.c +++ b/src/lib/libc/string/wcswidth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcswidth.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcswidth.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcswidth.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wcswidth.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcswidth.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include int diff --git a/src/lib/libc/string/wmemchr.c b/src/lib/libc/string/wmemchr.c index f3b8023c13..8c9517861b 100644 --- a/src/lib/libc/string/wmemchr.c +++ b/src/lib/libc/string/wmemchr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wmemchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wmemchr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wmemchr.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wmemchr.c,v 1.2 2000/12/20 14:08:31 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wmemchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * diff --git a/src/lib/libc/string/wmemcmp.c b/src/lib/libc/string/wmemcmp.c index e35c6207ff..39419aeddc 100644 --- a/src/lib/libc/string/wmemcmp.c +++ b/src/lib/libc/string/wmemcmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wmemcmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ +/* $OpenBSD: wmemcmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wmemcmp.c,v 1.3 2003/04/06 18:33:23 tshiozak Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wmemcmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include "locale/runetype.h" diff --git a/src/lib/libc/string/wmemcpy.c b/src/lib/libc/string/wmemcpy.c index 6e7e030472..9bbd83648e 100644 --- a/src/lib/libc/string/wmemcpy.c +++ b/src/lib/libc/string/wmemcpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wmemcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wmemcpy.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wmemcpy.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wmemcpy.c,v 1.2 2000/12/20 14:08:31 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wmemcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/wmemmove.c b/src/lib/libc/string/wmemmove.c index 5de2430656..21bbabcd0c 100644 --- a/src/lib/libc/string/wmemmove.c +++ b/src/lib/libc/string/wmemmove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wmemmove.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wmemmove.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wmemmove.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wmemmove.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/src/lib/libc/string/wmemset.c b/src/lib/libc/string/wmemset.c index 9db63f05da..ac476dba6a 100644 --- a/src/lib/libc/string/wmemset.c +++ b/src/lib/libc/string/wmemset.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wmemset.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wmemset.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wmemset.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ /*- @@ -29,10 +29,6 @@ * citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wmemset.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include wchar_t * -- cgit v1.2.3-55-g6feb