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 62894cbeaea3..310ae2cb7317 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.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "opt_vm.h" #include "opt_kstack_pages.h" |