From 208250ed4d89d962c38f2729a8179fcc7cc759a9 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Thu, 9 Jun 2016 14:44:05 +0000 Subject: [PATCH] Revert previous commit, until issue with sparc64 resolved. Approved by: so (implicit) --- sys/dev/random/random_harvestq.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/random/random_harvestq.h b/sys/dev/random/random_harvestq.h index 6339ce88ea6a..421b592d9243 100644 --- a/sys/dev/random/random_harvestq.h +++ b/sys/dev/random/random_harvestq.h @@ -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"