From c69284ca082cbf4cc61ba71a3413ebbbf8b3b4c5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 3 May 2003 18:41:59 +0000 Subject: Use __FBSDID() to quiet GCC 3.3 warnings. --- sbin/kldstat/kldstat.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sbin/kldstat') diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index be699d5b8690..d72e97279d93 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -24,10 +24,8 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.3