diff options
Diffstat (limited to 'lib/libc/string/wcspbrk.c')
-rw-r--r-- | lib/libc/string/wcspbrk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c index 0e9ccf66e312..62ad9a8130a2 100644 --- a/lib/libc/string/wcspbrk.c +++ b/lib/libc/string/wcspbrk.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcspbrk.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include <wchar.h> wchar_t * |