diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-05 16:08:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-05 16:08:07 +0000 |
commit | 67804717661e8773220339928c1049db5479c6fe (patch) | |
tree | 1414bc5674207f6e3f8a33df8a8605454df29976 /sys/arch/armish | |
parent | 498c9e3c4ee45b43500de651d6dbc4492c504ff2 (diff) |
include files which are used by userland cannot include other files..
which are not installed to userland; ok drahn
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/include/mutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/include/mutex.h b/sys/arch/armish/include/mutex.h index 11c58b359af..8f734b03a83 100644 --- a/sys/arch/armish/include/mutex.h +++ b/sys/arch/armish/include/mutex.h @@ -1,3 +1,3 @@ -/* $OpenBSD: mutex.h,v 1.1 2007/05/15 05:26:44 miod Exp $ */ +/* $OpenBSD: mutex.h,v 1.2 2007/12/05 16:08:06 deraadt Exp $ */ /* public domain */ -#include <arm/xscale/i80321_mutex.h> +#include <arm/mutex.h> |