diff options
author | 1997-11-30 06:36:42 +0000 | |
---|---|---|
committer | 1997-11-30 06:36:42 +0000 | |
commit | 210a321dfad9890a63184400428eb2105c2163fe (patch) | |
tree | c0c7f7689723474c5118660950ead4ecef644a32 | |
parent | Canonify the _*_H_ namespace appropriately. (diff) | |
download | wireguard-openbsd-210a321dfad9890a63184400428eb2105c2163fe.tar.xz wireguard-openbsd-210a321dfad9890a63184400428eb2105c2163fe.zip |
vm/lock.h -> sys/lock.h
-rw-r--r-- | sys/arch/mac68k/mac68k/macrom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/macrom.c b/sys/arch/mac68k/mac68k/macrom.c index ecc75b5ced5..894031fedd0 100644 --- a/sys/arch/mac68k/mac68k/macrom.c +++ b/sys/arch/mac68k/mac68k/macrom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: macrom.c,v 1.16 1997/04/23 00:29:15 gene Exp $ */ +/* $OpenBSD: macrom.c,v 1.17 1997/11/30 06:36:42 gene Exp $ */ /* $NetBSD: macrom.c,v 1.31 1997/03/01 17:20:34 scottr Exp $ */ /*- @@ -49,10 +49,10 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/queue.h> +#include <sys/lock.h> #include <vm/vm_prot.h> #include <vm/vm_param.h> -#include <vm/lock.h> #include <vm/pmap.h> #include <machine/viareg.h> |