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/pr_comment.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usr.bin/indent/pr_comment.c') diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index f626205..32365dd 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -32,13 +32,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#if 0 + #ifndef lint +#if 0 static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #endif +#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include "indent_globs.h" -- cgit v1.1