From c73844e02d229e510b00a5df2f361eb43b38c8de Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 2 Dec 2001 21:24:03 +0000 Subject: Use __FBSDID(). --- usr.bin/yacc/reader.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr.bin/yacc/reader.c') diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 87eedb3..190e4c8 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -32,13 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint static char const sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91"; -#endif /* not lint */ +#endif #include #include -- cgit v1.1