summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-09 01:52:19 +0000
committerphk <phk@FreeBSD.org>1994-10-09 01:52:19 +0000
commit09c3293a0ffbac500c412620915e04990d0997f1 (patch)
treee3c5c4e2c7ddb16486c3678b3115bd9b9d58385c /sys/vm/vm_init.c
parent1877e1438d3b9c782af4fc27289766680e7c51a0 (diff)
downloadFreeBSD-src-09c3293a0ffbac500c412620915e04990d0997f1.zip
FreeBSD-src-09c3293a0ffbac500c412620915e04990d0997f1.tar.gz
Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.
Reviewed by: davidg
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 3b62144..34ae573 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -62,7 +62,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id$
+ * $Id: vm_init.c,v 1.3 1994/08/02 07:55:21 davidg Exp $
*/
/*
@@ -70,6 +70,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
OpenPOWER on IntegriCloud