From 5eb43ac2f70729e688f03999a2f66d1272e14a6d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 30 Jun 2002 05:13:54 +0000 Subject: Consistently use __FBSDID --- bin/kill/kill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/kill') diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 865c9db426b3..b170d3576a34 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -41,9 +41,9 @@ static char const copyright[] = #if 0 static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.2.3