diff options
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r-- | sys/vm/vm_init.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 7f4f71d..eaeae85 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -60,14 +60,15 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - * - * $FreeBSD$ */ /* * Initialize the Virtual Memory subsystem. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/kernel.h> #include <sys/lock.h> |