summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-05-02 20:13:29 +0000
committerobrien <obrien@FreeBSD.org>2004-05-02 20:13:29 +0000
commit08cf798f1d4dc9b7af69d70f79600e8a70da143b (patch)
tree2227816e0e1ab73a06f13c3a978c1af87c1d8e00
parentc9b83bd8c1ae7b1df4e8533f04e907530cbb39e7 (diff)
downloadFreeBSD-src-08cf798f1d4dc9b7af69d70f79600e8a70da143b.zip
FreeBSD-src-08cf798f1d4dc9b7af69d70f79600e8a70da143b.tar.gz
Remove bogus FBSDID.
-rw-r--r--lib/libc/stdio/vfwscanf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c
index 5f7d48a..6a9c9fa 100644
--- a/lib/libc/stdio/vfwscanf.c
+++ b/lib/libc/stdio/vfwscanf.c
@@ -34,14 +34,12 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#if 0
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)vfscanf.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
-__FBSDID("FreeBSD: src/lib/libc/stdio/vfscanf.c,v 1.37 2004/05/02 10:55:05 das
-Exp");
#endif
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "namespace.h"
OpenPOWER on IntegriCloud