diff options
Diffstat (limited to 'lib/libc/string/wcswidth.c')
-rw-r--r-- | lib/libc/string/wcswidth.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/wcswidth.c b/lib/libc/string/wcswidth.c index ed3eb9d..3ad70c1 100644 --- a/lib/libc/string/wcswidth.c +++ b/lib/libc/string/wcswidth.c @@ -1,5 +1,3 @@ -/* $NetBSD: wcswidth.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: wcswidth.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp - * - * $FreeBSD$ */ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: wcswidth.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> |