diff options
author | 2014-04-14 07:36:12 +0000 | |
---|---|---|
committer | 2014-04-14 07:36:12 +0000 | |
commit | 40e148b5880cffcf43f44d4ffe50d8c0158d1f2c (patch) | |
tree | 1f3c5454b1b747cff02c82a0a3db4c4433435b17 /sys/arch/sh | |
parent | Fix the following idiom in the following way: (diff) | |
download | wireguard-openbsd-40e148b5880cffcf43f44d4ffe50d8c0158d1f2c.tar.xz wireguard-openbsd-40e148b5880cffcf43f44d4ffe50d8c0158d1f2c.zip |
Fewer <uvm/uvm.h>
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/sh/locore_c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/sh/locore_c.c b/sys/arch/sh/sh/locore_c.c index 153589be8b2..41f1de60dbb 100644 --- a/sys/arch/sh/sh/locore_c.c +++ b/sys/arch/sh/sh/locore_c.c @@ -1,4 +1,4 @@ -/* $OpenBSD: locore_c.c,v 1.10 2010/06/27 12:41:23 miod Exp $ */ +/* $OpenBSD: locore_c.c,v 1.11 2014/04/14 07:36:12 mpi Exp $ */ /* $NetBSD: locore_c.c,v 1.13 2006/03/04 01:13:35 uwe Exp $ */ /*- @@ -110,7 +110,7 @@ #include <sys/sched.h> #include <sys/proc.h> -#include <uvm/uvm.h> +#include <uvm/uvm_extern.h> #include <sh/locore.h> #include <sh/cpu.h> |