From 62dc1f7c259db5ae67933b1947bfa1c240122792 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 10 Jun 2003 22:09:23 +0000 Subject: Use __FBSDID(). --- sys/ddb/db_break.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/ddb/db_break.c') diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index eaa6aec..577e338 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -23,9 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ */ - /* * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 @@ -33,6 +31,10 @@ /* * Breakpoints. */ + +#include +__FBSDID("$FreeBSD$"); + #include "opt_comconsole.h" #include -- cgit v1.1