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/d1028d0b0e2a
branches: trunk
changeset: 337406:d1028d0b0e2a
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 25730e1d5c66 -r d1028d0b0e2a 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