diff options
author | 2009-01-10 22:12:20 +0000 | |
---|---|---|
committer | 2009-01-10 22:12:20 +0000 | |
commit | ff9006263407d36e0ac5e6115e3b60cddf8fc6de (patch) | |
tree | 7d30f019334c6dec328a09080fbe617a4a03bee3 | |
parent | sync abtn Nd; (diff) | |
download | wireguard-openbsd-ff9006263407d36e0ac5e6115e3b60cddf8fc6de.tar.xz wireguard-openbsd-ff9006263407d36e0ac5e6115e3b60cddf8fc6de.zip |
dont include mfs_extern.h here
ok miod@
-rw-r--r-- | sys/arch/mac68k/mac68k/pmap_bootstrap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c index b1c0ecb3352..7d8e974fea0 100644 --- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c +++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_bootstrap.c,v 1.40 2008/01/04 19:05:32 miod Exp $ */ +/* $OpenBSD: pmap_bootstrap.c,v 1.41 2009/01/10 22:12:20 thib Exp $ */ /* $NetBSD: pmap_bootstrap.c,v 1.50 1999/04/07 06:14:33 scottr Exp $ */ /* @@ -51,8 +51,6 @@ #include <machine/pte.h> #include <machine/vmparam.h> -#include <ufs/mfs/mfs_extern.h> - #include "zsc.h" #if NZSC > 0 |