summaryrefslogtreecommitdiff
path: root/regress/sys/uvm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-21 21:59:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-21 21:59:56 +0000
commitf9c386fedf58f64b4dd7c151b5c7dee2bd4937a2 (patch)
tree94542887df357f08d3a70ed07ac56f20a91df066 /regress/sys/uvm
parentb9c0f7db84a9cf18634a38c0e40d3404d2bdb592 (diff)
sys/param.h, not machine/param.h
Diffstat (limited to 'regress/sys/uvm')
-rw-r--r--regress/sys/uvm/mmap_hint/mmap_hint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/uvm/mmap_hint/mmap_hint.c b/regress/sys/uvm/mmap_hint/mmap_hint.c
index f6811866280..4dced074094 100644
--- a/regress/sys/uvm/mmap_hint/mmap_hint.c
+++ b/regress/sys/uvm/mmap_hint/mmap_hint.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mmap_hint.c,v 1.1 2011/10/07 20:16:55 ariane Exp $ */
+/* $OpenBSD: mmap_hint.c,v 1.2 2013/03/21 21:59:55 deraadt Exp $ */
/*
* Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl>
*
@@ -15,9 +15,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/mman.h>
-#include <machine/param.h>
#include <machine/vmparam.h>
#include <err.h>
#include <sysexits.h>