svn commit: r196852 - in stable/7/sys: . contrib/pf pc98/include

Alan Cox alc at FreeBSD.org
Sat Sep 5 05:28:07 UTC 2009


Author: alc
Date: Sat Sep  5 05:28:07 2009
New Revision: 196852
URL: http://svn.freebsd.org/changeset/base/196852

Log:
  MFC r195089
    Add stub vm.h for pc98.

Added:
  stable/7/sys/pc98/include/vm.h
     - copied unchanged from r195089, head/sys/pc98/include/vm.h
Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Copied: stable/7/sys/pc98/include/vm.h (from r195089, head/sys/pc98/include/vm.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/7/sys/pc98/include/vm.h	Sat Sep  5 05:28:07 2009	(r196852, copy of r195089, head/sys/pc98/include/vm.h)
@@ -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