diff options
Diffstat (limited to 'src/lib/libc/string/wcstok.c')
-rw-r--r-- | src/lib/libc/string/wcstok.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 @@ | |||
1 | /* $OpenBSD: wcstok.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcstok.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcstok.c,v 1.3 2003/07/10 08:50:48 tshiozak Exp $ */ | 2 | /* $NetBSD: wcstok.c,v 1.3 2003/07/10 08:50:48 tshiozak Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -42,10 +42,6 @@ | |||
42 | * FreeBSD: src/lib/libc/string/wcstok.c,v 1.1 2002/09/07 08:16:57 tjr Exp | 42 | * FreeBSD: src/lib/libc/string/wcstok.c,v 1.1 2002/09/07 08:16:57 tjr Exp |
43 | */ | 43 | */ |
44 | 44 | ||
45 | #if defined(LIBC_SCCS) && !defined(lint) | ||
46 | static char *rcsid = "$OpenBSD: wcstok.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
47 | #endif /* LIBC_SCCS and not lint */ | ||
48 | |||
49 | #include <wchar.h> | 45 | #include <wchar.h> |
50 | 46 | ||
51 | wchar_t * | 47 | wchar_t * |