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/procctl/procctl.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin/procctl/procctl.c') diff --git a/usr.sbin/procctl/procctl.c b/usr.sbin/procctl/procctl.c index 574523f..5bd1f21 100644 --- a/usr.sbin/procctl/procctl.c +++ b/usr.sbin/procctl/procctl.c @@ -30,10 +30,8 @@ * */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * procctl -- clear the event mask, and continue, any specified processes. -- cgit v1.1