[Midnightbsd-cvs] CVS Commit: yarrow.c: I need to test these things.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 12 00:07:56 EDT 2007


Log Message:
-----------
I need to test these things.

Modified Files:
--------------
    src/sys/dev/random:
        yarrow.c (r1.2 -> r1.3)

-------------- next part --------------
Index: yarrow.c
===================================================================
RCS file: /home/cvs/src/sys/dev/random/yarrow.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lsys/dev/random/yarrow.c -Lsys/dev/random/yarrow.c -u -r1.2 -r1.3
--- sys/dev/random/yarrow.c
+++ sys/dev/random/yarrow.c
@@ -109,7 +109,7 @@
 	/* Yarrow parameters. Do not adjust these unless you have
 	 * have a very good clue about what they do!
 	 */
-	SYSCTL_ADD_NODE(clist,
+	random_yarrow_o = SYSCTL_ADD_NODE(clist,
 		SYSCTL_CHILDREN(in_o),
 		OID_AUTO, "yarrow", CTLFLAG_RW, 0,
 		"Yarrow Parameters");


More information about the Midnightbsd-cvs mailing list