From 29b5b637c75d49af47f7cfcb79539380b0873621 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 30 Jun 2002 05:34:21 +0000 Subject: Consistently use FBSDID --- usr.bin/cut/cut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cut') diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index 209dbb9..dbb645e 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -39,9 +39,9 @@ static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95"; -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1