From c84c569bd147997ed62ff1c5e725709828199b68 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 30 Jun 2002 05:13:54 +0000 Subject: Consistently use __FBSDID --- bin/ln/ln.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ln') diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 0b0b46b..288a5a8 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -41,9 +41,9 @@ static char const copyright[] = #if 0 static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1