From d90536e35b89461c5dbefaae4921fd815b80aaf5 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 22 Mar 2002 21:53:29 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/regex/engine.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/regex/engine.c') diff --git a/lib/libc/regex/engine.c b/lib/libc/regex/engine.c index 2274c02..a5f39de 100644 --- a/lib/libc/regex/engine.c +++ b/lib/libc/regex/engine.c @@ -35,10 +35,11 @@ * SUCH DAMAGE. * * @(#)engine.c 8.5 (Berkeley) 3/20/94 - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* * The matching engine and friends. This file is #included by regexec.c * after suitable #defines of a variety of macros used herein, so that -- cgit v1.1