Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern <sys/rnd.h> not needed for kern_pax.c.
details: https://anonhg.NetBSD.org/src/rev/e984bbd5d6a5
branches: trunk
changeset: 337376:e984bbd5d6a5
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Apr 13 16:36:12 2015 +0000
description:
<sys/rnd.h> not needed for kern_pax.c.
diffstat:
sys/kern/kern_pax.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r d11c2bffd50d -r e984bbd5d6a5 sys/kern/kern_pax.c
--- a/sys/kern/kern_pax.c Mon Apr 13 16:35:33 2015 +0000
+++ b/sys/kern/kern_pax.c Mon Apr 13 16:36:12 2015 +0000
@@ -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@localhost>
@@ -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 @@
#ifdef PAX_ASLR
#include <sys/mman.h>
-#include <sys/rnd.h>
#include <sys/exec.h>
int pax_aslr_enabled = 1;
Home |
Main Index |
Thread Index |
Old Index