diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 12:41:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 12:41:24 +0000 |
commit | 2a30d23bbc18c28379f40c0e61013db55e253462 (patch) | |
tree | fce8f3852c76aa3850aa70d499a9c240b147172e /sys/arch/luna88k | |
parent | 9190aa703c7dbeac82eb95dc41a5e8326206e2d1 (diff) |
Bunch of include adjustements to restore compilability.
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r-- | sys/arch/luna88k/luna88k/machdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c index 3e37e07e8a0..26bf9a89155 100644 --- a/sys/arch/luna88k/luna88k/machdep.c +++ b/sys/arch/luna88k/luna88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.71 2010/06/27 03:03:48 thib Exp $ */ +/* $OpenBSD: machdep.c,v 1.72 2010/06/27 12:41:23 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -91,8 +91,7 @@ #include <dev/cons.h> -#include <uvm/uvm_extern.h> -#include <uvm/uvm_swap.h> +#include <uvm/uvm.h> #include "ksyms.h" #if DDB |