summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strsignal.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
committerobrien <obrien@FreeBSD.org>2001-05-24 08:47:42 +0000
commit8d900018e737354ad66ccfe561900b5454b50429 (patch)
treee5b1b1d859768d89d1f167183740f3329c71754d /lib/libc/string/strsignal.c
parenta179ee09ab9ca2d9d1d09dc4752c53a13609f5e9 (diff)
downloadFreeBSD-src-8d900018e737354ad66ccfe561900b5454b50429.zip
FreeBSD-src-8d900018e737354ad66ccfe561900b5454b50429.tar.gz
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
Do the same for the non-wcs*/wmem* files while I'm here.
Diffstat (limited to 'lib/libc/string/strsignal.c')
-rw-r--r--lib/libc/string/strsignal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c
index 5ec6365..fd5f288 100644
--- a/lib/libc/string/strsignal.c
+++ b/lib/libc/string/strsignal.c
@@ -34,6 +34,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
#include <stdio.h>
#include <string.h>
OpenPOWER on IntegriCloud