Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 14:44:05 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301735 - head/sys/dev/random
Message-ID:  <201606091444.u59Ei50p005714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Thu Jun  9 14:44:05 2016
New Revision: 301735
URL: https://svnweb.freebsd.org/changeset/base/301735

Log:
  Revert previous commit, until issue with sparc64 resolved.
  
  Approved by:	so (implicit)

Modified:
  head/sys/dev/random/random_harvestq.h

Modified: head/sys/dev/random/random_harvestq.h
==============================================================================
--- head/sys/dev/random/random_harvestq.h	Thu Jun  9 14:33:00 2016	(r301734)
+++ head/sys/dev/random/random_harvestq.h	Thu Jun  9 14:44:05 2016	(r301735)
@@ -43,9 +43,7 @@ struct harvest_event {
 	uint8_t		he_source;		/* origin of the entropy */
 } __packed;
 
-void	random_harvest_queue(const void *, u_int, u_int,
-	    enum random_entropy_source);
-void	read_rate_increment(u_int);
+void read_rate_increment(u_int);
 
 #define	RANDOM_HARVESTQ_BOOT_ENTROPY_FILE	"/boot/entropy"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606091444.u59Ei50p005714>