Source-Changes-HG archive

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

[src/trunk]: src/sys/net Include <sys/rndsource.h> for rnd_add_data.



details:   https://anonhg.NetBSD.org/src/rev/c7dba0e78508
branches:  trunk
changeset: 807548:c7dba0e78508
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 13 22:46:57 2015 +0000

description:
Include <sys/rndsource.h> for rnd_add_data.

diffstat:

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

diffs (26 lines):

diff -r 71d4a475e0ae -r c7dba0e78508 sys/net/if_ethersubr.c
--- a/sys/net/if_ethersubr.c    Mon Apr 13 22:43:41 2015 +0000
+++ b/sys/net/if_ethersubr.c    Mon Apr 13 22:46:57 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ethersubr.c,v 1.206 2015/04/03 07:55:18 ozaki-r Exp $       */
+/*     $NetBSD: if_ethersubr.c,v 1.207 2015/04/13 22:46:57 riastradh Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.206 2015/04/03 07:55:18 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.207 2015/04/13 22:46:57 riastradh Exp $");
 
 #include "opt_inet.h"
 #include "opt_atalk.h"
@@ -94,6 +94,7 @@
 #include <sys/intr.h>
 #include <sys/device.h>
 #include <sys/rnd.h>
+#include <sys/rndsource.h>
 
 #include <net/if.h>
 #include <net/netisr.h>



Home | Main Index | Thread Index | Old Index