diff options
Diffstat (limited to 'lib/libc/string/strerror.c')
-rw-r--r-- | lib/libc/string/strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index 085ea240be79..517aa13921fe 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strerror.c,v 1.2.14.2 2001/12/20 06:31:26 wes Exp $"; #endif #include <stdio.h> |