diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-21 21:59:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-21 21:59:33 +0000 |
commit | b9c0f7db84a9cf18634a38c0e40d3404d2bdb592 (patch) | |
tree | 41ea0f6e720eff17d114f518300cc1ad696412e4 /lib/librthread/rthread_stack.c | |
parent | e420c1a80d1d0064c41e5b40cd6a93eb10fa59b6 (diff) |
Do not need machine/param.h
Diffstat (limited to 'lib/librthread/rthread_stack.c')
-rw-r--r-- | lib/librthread/rthread_stack.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/librthread/rthread_stack.c b/lib/librthread/rthread_stack.c index c7ac523150f..b194907534a 100644 --- a/lib/librthread/rthread_stack.c +++ b/lib/librthread/rthread_stack.c @@ -1,13 +1,11 @@ -/* $OpenBSD: rthread_stack.c,v 1.8 2012/08/04 21:56:51 guenther Exp $ */ +/* $OpenBSD: rthread_stack.c,v 1.9 2013/03/21 21:59:31 deraadt Exp $ */ /* $snafu: rthread_stack.c,v 1.12 2005/01/11 02:45:28 marc Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/mman.h> -#include <machine/param.h> - #include <errno.h> #include <pthread.h> #include <stdint.h> |