Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144869411
D51114.1776767289.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D51114.1776767289.diff
View Options
diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c
--- a/sys/dev/random/random_harvestq.c
+++ b/sys/dev/random/random_harvestq.c
@@ -299,7 +299,6 @@
explicit_bzero(entropy, sizeof(entropy));
}
-/* ARGSUSED */
static int
random_check_uint_harvestmask(SYSCTL_HANDLER_ARGS)
{
@@ -330,7 +329,6 @@
random_check_uint_harvestmask, "IU",
"Entropy harvesting mask");
-/* ARGSUSED */
static int
random_print_harvestmask(SYSCTL_HANDLER_ARGS)
{
@@ -384,7 +382,6 @@
/* "ENTROPYSOURCE" */
};
-/* ARGSUSED */
static int
random_print_harvestmask_symbolic(SYSCTL_HANDLER_ARGS)
{
@@ -417,7 +414,6 @@
random_print_harvestmask_symbolic, "A",
"Entropy harvesting mask (symbolic)");
-/* ARGSUSED */
static void
random_harvestq_init(void *unused __unused)
{
@@ -487,7 +483,6 @@
* known to the kernel, and inserting it directly into the hashing
* module, currently Fortuna.
*/
-/* ARGSUSED */
static void
random_harvestq_prime(void *unused __unused)
{
@@ -516,7 +511,6 @@
}
SYSINIT(random_device_prime, SI_SUB_RANDOM, SI_ORDER_MIDDLE, random_harvestq_prime, NULL);
-/* ARGSUSED */
static void
random_harvestq_deinit(void *unused __unused)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 10:28 AM (11 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28397808
Default Alt Text
D51114.1776767289.diff (1 KB)
Attached To
Mode
D51114: random: Remove ARGSUSED annotations from random_harvestq.c
Attached
Detach File
Event Timeline
Log In to Comment