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/mdmfs/mdmfs.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sbin/mdmfs') diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index ee1c736..0a6b985 100644 --- a/sbin/mdmfs/mdmfs.c +++ b/sbin/mdmfs/mdmfs.c @@ -30,10 +30,8 @@ * the deprecated mount_mfs(8). */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1