Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/librnd Omit duplicate rnd_init in rump.



details:   https://anonhg.NetBSD.org/src/rev/fba92207e2bd
branches:  trunk
changeset: 744669:fba92207e2bd
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Feb 10 07:13:06 2020 +0000

description:
Omit duplicate rnd_init in rump.

diffstat:

 sys/rump/dev/lib/librnd/rnd_component.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 6cde01bf6e1b -r fba92207e2bd sys/rump/dev/lib/librnd/rnd_component.c
--- a/sys/rump/dev/lib/librnd/rnd_component.c   Mon Feb 10 05:53:11 2020 +0000
+++ b/sys/rump/dev/lib/librnd/rnd_component.c   Mon Feb 10 07:13:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rnd_component.c,v 1.5 2016/05/30 14:52:06 pooka Exp $  */
+/*     $NetBSD: rnd_component.c,v 1.6 2020/02/10 07:13:06 riastradh Exp $      */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rnd_component.c,v 1.5 2016/05/30 14:52:06 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rnd_component.c,v 1.6 2020/02/10 07:13:06 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -61,7 +61,6 @@
                panic("cannot create /dev/urandom: %d", error);
 
        rump_pdev_add(rndattach, 4);
-       rnd_init();
 }
 
 #if 0



Home | Main Index | Thread Index | Old Index