summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/memset.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-11-07 19:55:16 +0000
committerobrien <obrien@FreeBSD.org>2001-11-07 19:55:16 +0000
commitd1bf0c4841834d6932a27295f99f70d9f55e62d1 (patch)
treee47c6230efb2d221680927cb452335d70bc9bf2a /lib/libc/string/memset.c
parent23eb56f57ba984bdb695b66890b3bb4567b73381 (diff)
downloadFreeBSD-src-d1bf0c4841834d6932a27295f99f70d9f55e62d1.zip
FreeBSD-src-d1bf0c4841834d6932a27295f99f70d9f55e62d1.tar.gz
rcsid[]->__FBSDID
Diffstat (limited to 'lib/libc/string/memset.c')
-rw-r--r--lib/libc/string/memset.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c
index 39f4a31..e08259d 100644
--- a/lib/libc/string/memset.c
+++ b/lib/libc/string/memset.c
@@ -37,10 +37,8 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)memset.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
OpenPOWER on IntegriCloud