Date: Sat, 5 Sep 2009 05:28:07 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r196852 - in stable/7/sys: . contrib/pf pc98/include Message-ID: <200909050528.n855S7M0038174@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909050528.n855S7M0038174>