From bc61fc95d838ba5e5b48f6ee9848c03ec72a5af3 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 30 Jun 2002 05:25:07 +0000 Subject: Consistently use FBSDID --- usr.bin/indent/parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/indent/parse.c') diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index b8c9a39..d83176a 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -35,10 +35,10 @@ #if 0 #ifndef lint static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ #endif +#include +__FBSDID("$FreeBSD$"); #include #include "indent_globs.h" -- cgit v1.1