diff options
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r-- | sys/vm/vm_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 9deb3630d52c1..3f0f9081914c9 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_glue.c,v 1.213 2005/05/23 23:01:53 ups Exp $"); #include "opt_vm.h" #include "opt_kstack_pages.h" |