From 1ef17ae8d4a50db7543175160488e108dcb5f2d0 Mon Sep 17 00:00:00 2001
From: Yoshihiro Takahashi <nyan@FreeBSD.org>
Date: Sat, 27 Jun 2009 02:20:31 +0000
Subject: [PATCH] Add stub vm.h for pc98.

Approved by:	re (kensmith)
---
 sys/pc98/include/vm.h | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 sys/pc98/include/vm.h

diff --git a/sys/pc98/include/vm.h b/sys/pc98/include/vm.h
new file mode 100644
index 000000000000..42451238104e
--- /dev/null
+++ b/sys/pc98/include/vm.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/vm.h>