diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-09 23:30:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-09 23:30:07 +0000 |
| commit | 61f65fcaf0903f6b2bc6c68b1ddcf62f8dea0f45 (patch) | |
| tree | 4e24b3c8a20bbbc9913a9aed5144efb1dd03d207 /lib/libc/string/strsignal.c | |
| parent | 3ec2778cf7ee2c8351e6210cf45a653ed4aeccb5 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strsignal.c')
| -rw-r--r-- | lib/libc/string/strsignal.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c index 5ec6365fbd93..fd5f28879dec 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> |
