svn commit: r195089 - head/sys/pc98/include

Takahashi Yoshihiro nyan at FreeBSD.org
Sat Jun 27 02:20:32 UTC 2009


Author: nyan
Date: Sat Jun 27 02:20:31 2009
New Revision: 195089
URL: http://svn.freebsd.org/changeset/base/195089

Log:
  Add stub vm.h for pc98.
  
  Approved by:	re (kensmith)

Added:
  head/sys/pc98/include/vm.h   (contents, props changed)

Added: head/sys/pc98/include/vm.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/pc98/include/vm.h	Sat Jun 27 02:20:31 2009	(r195089)
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/vm.h>


More information about the svn-src-all mailing list