diff options
Diffstat (limited to 'lib/libc/string/wcsncat.c')
-rw-r--r-- | lib/libc/string/wcsncat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index 8d98bdb44293..87b039a409d3 100644 --- a/lib/libc/string/wcsncat.c +++ b/lib/libc/string/wcsncat.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcsncat.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$"; + "$FreeBSD: src/lib/libc/string/wcsncat.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> |