diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
tree | a37e562f560b38e8e087a744d063186d6b1e6746 /lib/libc/stdio/vsnprintf.c | |
parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) |
Diffstat (limited to 'lib/libc/stdio/vsnprintf.c')
-rw-r--r-- | lib/libc/stdio/vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index b8e4c8c271cd..56bfc1123ec8 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vsnprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/stdio/vsnprintf.c,v 1.12 1999/08/28 00:01:21 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include <limits.h> |