diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-07 19:55:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-07 19:55:16 +0000 |
commit | de5fe5d53b634e506f94a6df3a9261aa20fa152f (patch) | |
tree | e47c6230efb2d221680927cb452335d70bc9bf2a /lib/libc/string/wcscpy.c | |
parent | 22f94a0a1616c9061c3282eded4ca7d9179cd0a5 (diff) |
Notes
Diffstat (limited to 'lib/libc/string/wcscpy.c')
-rw-r--r-- | lib/libc/string/wcscpy.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index d05804af1431..890d27ade6fa 100644 --- a/lib/libc/string/wcscpy.c +++ b/lib/libc/string/wcscpy.c @@ -30,10 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +__FBSDID("$FreeBSD$"); #include <assert.h> #include <wchar.h> |