Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dist/pf/net <sys/rnd.h> not needed for pf_norm.c.



details:   https://anonhg.NetBSD.org/src/rev/d11c2bffd50d
branches:  trunk
changeset: 337375:d11c2bffd50d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 13 16:35:33 2015 +0000

description:
<sys/rnd.h> not needed for pf_norm.c.

diffstat:

 sys/dist/pf/net/pf_norm.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 51521de17e61 -r d11c2bffd50d sys/dist/pf/net/pf_norm.c
--- a/sys/dist/pf/net/pf_norm.c Mon Apr 13 16:34:43 2015 +0000
+++ b/sys/dist/pf/net/pf_norm.c Mon Apr 13 16:35:33 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pf_norm.c,v 1.27 2013/10/20 21:05:47 christos Exp $    */
+/*     $NetBSD: pf_norm.c,v 1.28 2015/04/13 16:35:33 riastradh Exp $   */
 /*     $OpenBSD: pf_norm.c,v 1.109 2007/05/28 17:16:39 henning Exp $ */
 
 /*
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pf_norm.c,v 1.27 2013/10/20 21:05:47 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pf_norm.c,v 1.28 2015/04/13 16:35:33 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -46,7 +46,6 @@
 #include <sys/pool.h>
 
 #ifdef __NetBSD__
-#include <sys/rnd.h>
 #include <sys/cprng.h>
 #else
 #include <dev/rndvar.h>



Home | Main Index | Thread Index | Old Index