diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-20 08:25:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-20 08:25:31 +0000 |
commit | cd5f4f5b819ea313a836c7ae1e02682e7c332e7e (patch) | |
tree | 984a7dda4d4c0c38142f026f113fb458002b05c7 /sys/arch/sparc64/include/cpu.h | |
parent | bd9a9fb90879b3935ff21f0d13dd776954abe71c (diff) |
nope, tree breakage in libpthread. too tough to run a make build?
Diffstat (limited to 'sys/arch/sparc64/include/cpu.h')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index 4d408ab68cd..6b1fb127ece 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.26 2004/06/20 06:47:31 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.27 2004/06/20 08:25:30 deraadt Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -75,7 +75,7 @@ #include <machine/reg.h> #include <machine/intr.h> -#include <sys/sched.h> +#include <sys/proc.h> /* * The cpu_info structure is part of a 64KB structure mapped both the kernel |