From 253f85d3c98ba1a1cf99a5efd0a8050d699cb716 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 2 May 2004 20:13:29 +0000 Subject: [PATCH] Remove bogus FBSDID. --- lib/libc/stdio/vfwscanf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index 5f7d48a4740..6a9c9faa767 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -34,14 +34,12 @@ * SUCH DAMAGE. */ -#include #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 __FBSDID("$FreeBSD$"); #include "namespace.h"