From 7293a24a2b093fcb82ba80e14cb33ff03e2e24e8 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 3 May 2003 21:06:42 +0000 Subject: Use __FBSDID over rcsid[]. Protect copyright[] where needed. --- usr.sbin/quotaon/quotaon.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/quotaon') diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 3e6ff45..3d54a27 100644 --- a/usr.sbin/quotaon/quotaon.c +++ b/usr.sbin/quotaon/quotaon.c @@ -34,6 +34,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1990, 1993\n\ @@ -41,12 +42,11 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static char sccsid[] = "@(#)quotaon.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#endif +#include +__FBSDID("$FreeBSD$"); /* * Turn quota on/off for a filesystem. -- cgit v1.1