From 19105c8312c841631a5eff3408f8a43f4958e9ba Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 3 May 2003 18:41:59 +0000 Subject: Use __FBSDID() to quiet GCC 3.3 warnings. --- sbin/badsect/badsect.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/badsect') diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index bce66c9..3dd2598 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -31,6 +31,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1981, 1983, 1993\n\ @@ -38,12 +39,11 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static const char sccsid[] = "@(#)badsect.c 8.1 (Berkeley) 6/5/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#endif +#include +__FBSDID("$FreeBSD$"); /* * badsect -- cgit v1.1