diff options
Diffstat (limited to 'lib/libc/string/wmemset.c')
| -rw-r--r-- | lib/libc/string/wmemset.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index c4563859f001..08ce087b2931 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -1,5 +1,3 @@ -/*	$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $	*/ -  /*-   * Copyright (c)1999 Citrus Project,   * All rights reserved. @@ -26,14 +24,16 @@   * SUCH DAMAGE.   *   *	citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp - * - * $FreeBSD$   */  #include <sys/cdefs.h>  #if defined(LIBC_SCCS) && !defined(lint)  __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif /* LIBC_SCCS and not lint */ +#ifndef lint +static const char rcsid[] = +  "$FreeBSD$"; +#endif  #include <assert.h>  #include <wchar.h>  | 
