diff options
author | obrien <obrien@FreeBSD.org> | 2001-11-07 19:55:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-11-07 19:55:16 +0000 |
commit | d1bf0c4841834d6932a27295f99f70d9f55e62d1 (patch) | |
tree | e47c6230efb2d221680927cb452335d70bc9bf2a /lib/libc/string/wcslcat.c | |
parent | 23eb56f57ba984bdb695b66890b3bb4567b73381 (diff) | |
download | FreeBSD-src-d1bf0c4841834d6932a27295f99f70d9f55e62d1.zip FreeBSD-src-d1bf0c4841834d6932a27295f99f70d9f55e62d1.tar.gz |
rcsid[]->__FBSDID
Diffstat (limited to 'lib/libc/string/wcslcat.c')
-rw-r--r-- | lib/libc/string/wcslcat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index 3634bfd..fd81fca 100644 --- a/lib/libc/string/wcslcat.c +++ b/lib/libc/string/wcslcat.c @@ -31,10 +31,7 @@ #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: wcslcat.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 <sys/types.h> #include <assert.h> |