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/slstat/slstat.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin/slstat/slstat.c') diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index 3b3c52d..fbe52cf 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -21,10 +21,8 @@ * - Initial distribution. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1