summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-04-03 18:49:23 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-04-03 18:49:23 +0000
commit0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c (patch)
tree3f94fcd87f6b3c83203ae64a2a578e8ab0610752 /lib/libc/string/strerror.c
parent8127c559e6dc8408901224c75bf62c8e476f3e83 (diff)
Diffstat (limited to 'lib/libc/string/strerror.c')
-rw-r--r--lib/libc/string/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c
index 0a0ef9a26105..8a7ed4489c84 100644
--- a/lib/libc/string/strerror.c
+++ b/lib/libc/string/strerror.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strerror.c,v 1.2.14.3 2003/01/17 13:39:32 mike Exp $");
#include <errno.h>
#include <stdio.h>