summaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
commit47cfdb166d16af183216e459e4e48aff9d2beabf (patch)
tree93aceb4227ab2f9f24d54737e22b76e485ae9796 /sys/vm/vm_init.c
parent4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff)
Notes
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index b3fc58396aa9..a572cb0145de 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -61,13 +61,15 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_init.c,v 1.15 1997/02/22 09:48:20 peter Exp $
+ * $Id: vm_init.c,v 1.16 1997/08/02 14:33:26 bde Exp $
*/
/*
* Initialize the Virtual Memory subsystem.
*/
+#include "opt_diagnostic.h"
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>