Module Name:    src
Committed By:   riastradh
Date:           Mon Apr 13 22:46:57 UTC 2015

Modified Files:
        src/sys/net: if_ethersubr.c

Log Message:
Include <sys/rndsource.h> for rnd_add_data.


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/sys/net/if_ethersubr.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/net/if_ethersubr.c
diff -u src/sys/net/if_ethersubr.c:1.206 src/sys/net/if_ethersubr.c:1.207
--- src/sys/net/if_ethersubr.c:1.206	Fri Apr  3 07:55:18 2015
+++ src/sys/net/if_ethersubr.c	Mon Apr 13 22:46:57 2015
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: if_ethersubr
 #include <sys/intr.h>
 #include <sys/device.h>
 #include <sys/rnd.h>
+#include <sys/rndsource.h>
 
 #include <net/if.h>
 #include <net/netisr.h>

Reply via email to