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_fault.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/vm/vm_fault.c') diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index d8f2409..64925ba 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -65,13 +65,15 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - * - * $FreeBSD$ */ /* * Page fault handling module. */ + +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1