From 663b0ebf3e13056a656ece30fc269e612b5bb342 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 14 Feb 2008 15:21:22 +0000 Subject: [PATCH] Don't include , use instead. Discussed with garbled@, fixes build problem for LKMs. --- sys/arch/bebox/include/pmap.h | 4 ++-- sys/arch/sandpoint/include/pmap.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/bebox/include/pmap.h b/sys/arch/bebox/include/pmap.h index 853c6b13f6f1..03c479a2839e 100644 --- a/sys/arch/bebox/include/pmap.h +++ b/sys/arch/bebox/include/pmap.h @@ -1,3 +1,3 @@ -/* $NetBSD: pmap.h,v 1.10 2003/02/03 17:09:55 matt Exp $ */ +/* $NetBSD: pmap.h,v 1.11 2008/02/14 15:21:22 he Exp $ */ -#include +#include diff --git a/sys/arch/sandpoint/include/pmap.h b/sys/arch/sandpoint/include/pmap.h index d53cf4d0c6f0..9a82e0793afc 100644 --- a/sys/arch/sandpoint/include/pmap.h +++ b/sys/arch/sandpoint/include/pmap.h @@ -1,3 +1,3 @@ -/* $NetBSD: pmap.h,v 1.6 2003/02/03 17:10:13 matt Exp $ */ +/* $NetBSD: pmap.h,v 1.7 2008/02/14 15:21:22 he Exp $ */ -#include +#include