summaryrefslogtreecommitdiff
path: root/contrib/file/vasprintf.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-05-04 00:37:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-05-04 00:37:44 +0000
commit7dbb948b5f00eabb81904e9db0aa9fc712939aca (patch)
tree12756817ab8bc4334652c625c7731c9e7fd0cefc /contrib/file/vasprintf.c
parent8ee6f90a0c45383950152583c7fd62172e27bb73 (diff)
parent4f3dd34290f174adbda2b9668cc6b6c554ae9bb0 (diff)
Notes
Diffstat (limited to 'contrib/file/vasprintf.c')
-rw-r--r--contrib/file/vasprintf.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/file/vasprintf.c b/contrib/file/vasprintf.c
index 0289c0d88b4f..3e3af2062a85 100644
--- a/contrib/file/vasprintf.c
+++ b/contrib/file/vasprintf.c
@@ -105,12 +105,13 @@ A buffer overflow can only occur if your sprintf() do strange things or when
you use strange formats.
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include "file.h"
+
+#ifndef lint
+FILE_RCSID("@(#)$File: vasprintf.c,v 1.7 2009/02/03 20:27:52 christos Exp $")
+#endif /* lint */
#include <assert.h>
-#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>