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_access.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/ddb/db_access.c') diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 04de108..fa61f3d 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -22,14 +22,15 @@ * * 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 */ + +#include +__FBSDID("$FreeBSD$"); + #include #include -- cgit v1.1