summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcschr.c
diff options
context:
space:
mode:
authorespie <>2005-08-08 08:05:37 +0000
committerespie <>2005-08-08 08:05:37 +0000
commitd7398a270c9cd1b7b4d545ed70ea24384781a86c (patch)
tree5271cd28bf0b2aae56d5048737464cda4d24f702 /src/lib/libc/string/wcschr.c
parent63dd09a8c91fcf1f022506ffd9fcf02dcb61818b (diff)
downloadopenbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.gz
openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.bz2
openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.zip
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
Diffstat (limited to 'src/lib/libc/string/wcschr.c')
-rw-r--r--src/lib/libc/string/wcschr.c6
1 files changed, 1 insertions, 5 deletions
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 @@
1/* $OpenBSD: wcschr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ 1/* $OpenBSD: wcschr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
2/* $NetBSD: wcschr.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ 2/* $NetBSD: wcschr.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */
3 3
4/*- 4/*-
@@ -29,10 +29,6 @@
29 * citrus Id: wcschr.c,v 1.2 2000/12/21 05:07:25 itojun Exp 29 * citrus Id: wcschr.c,v 1.2 2000/12/21 05:07:25 itojun Exp
30 */ 30 */
31 31
32#if defined(LIBC_SCCS) && !defined(lint)
33static char *rcsid = "$OpenBSD: wcschr.c,v 1.2 2005/06/19 22:12:07 espie Exp $";
34#endif /* LIBC_SCCS and not lint */
35
36#include <wchar.h> 32#include <wchar.h>
37 33
38wchar_t * 34wchar_t *