Module Name: src
Committed By: riastradh
Date: Mon Apr 13 16:36:12 UTC 2015
Modified Files:
src/sys/kern: kern_pax.c
Log Message:
<sys/rnd.h> not needed for kern_pax.c.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/kern_pax.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/kern_pax.c
diff -u src/sys/kern/kern_pax.c:1.27 src/sys/kern/kern_pax.c:1.28
--- src/sys/kern/kern_pax.c:1.27 Tue Feb 25 18:30:11 2014
+++ src/sys/kern/kern_pax.c Mon Apr 13 16:36:12 2015
@@ -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 <[email protected]>
@@ -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
#ifdef PAX_ASLR
#include <sys/mman.h>
-#include <sys/rnd.h>
#include <sys/exec.h>
int pax_aslr_enabled = 1;