summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vasprintf.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-29 14:49:43 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-29 14:49:43 +0000
commitf376ef90540b4d5b6e7f467620e91404ba306d89 (patch)
tree22ac632b7e1d8f96ac7c3fb7ec191b5255a39c3b /lib/libc/stdio/vasprintf.c
parentd972ce881fe369f691dace165130c515c02e0250 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/vasprintf.c')
-rw-r--r--lib/libc/stdio/vasprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c
index 3c509ac74161..37fb0fd93b6c 100644
--- a/lib/libc/stdio/vasprintf.c
+++ b/lib/libc/stdio/vasprintf.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_RCS) && !defined(lint)
-static char rcsid[] = "$Id: vasprintf.c,v 1.9 1998/07/08 00:44:56 peter Exp $";
+static char rcsid[] = "$FreeBSD$";
#endif /* LIBC_RCS and not lint */
#include <stdio.h>