From b0678d7a4429dd07b729a73ad0e24e2d62fec0fb Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 23:50:51 +0000 Subject: Use __FBSDID(). --- sys/vm/vm_object.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/vm/vm_object.c') diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 30d5bd2..141047c 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -60,14 +60,15 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - * - * $FreeBSD$ */ /* * Virtual memory object module. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1