summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2015-04-13 16:36:12 +0000
committerriastradh <riastradh@NetBSD.org>2015-04-13 16:36:12 +0000
commit4f0ef33b0319cb6c65cb45f3aa930e9010f4ec8a (patch)
tree7bc9daa01cdd8eb7230f6da32f559daf76377ee8 /sys
parentc277ab93976f5d9c15974f8977ae907c0143e889 (diff)
<sys/rnd.h> not needed for kern_pax.c.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_pax.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/kern_pax.c b/sys/kern/kern_pax.c
index 796b9086eba..aab0791f77b 100644
--- a/sys/kern/kern_pax.c
+++ b/sys/kern/kern_pax.c
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_pax.c,v 1.27 2014/02/25 18:30:11 pooka Exp $ */
+/* $NetBSD: kern_pax.c,v 1.28 2015/04/13 16:36:12 riastradh Exp $ */
/*-
* Copyright (c) 2006 Elad Efrat <elad@NetBSD.org>
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_pax.c,v 1.27 2014/02/25 18:30:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_pax.c,v 1.28 2015/04/13 16:36:12 riastradh Exp $");
#include "opt_pax.h"
@@ -47,7 +47,6 @@ __KERNEL_RCSID(0, "$NetBSD: kern_pax.c,v 1.27 2014/02/25 18:30:11 pooka Exp $");
#ifdef PAX_ASLR
#include <sys/mman.h>
-#include <sys/rnd.h>
#include <sys/exec.h>
int pax_aslr_enabled = 1;