summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.h
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-06-17 15:09:12 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-06-17 15:09:12 +0000
commitd0d71d818c28069a8b940b3fb115c2d21a4efba9 (patch)
tree6711002801eb337fc72e48e69cb253128e401a2a /sys/dev/random/randomdev.h
parent403c041316da859b91c048b5daeea61bc366e92f (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.h')
-rw-r--r--sys/dev/random/randomdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h
index 91c93aee0805..3f9b0f3acc74 100644
--- a/sys/dev/random/randomdev.h
+++ b/sys/dev/random/randomdev.h
@@ -68,7 +68,7 @@ struct harvest_event;
typedef void random_alg_init_t(void *);
typedef void random_alg_deinit_t(void *);
typedef void random_alg_pre_read_t(void);
-typedef void random_alg_read_t(uint8_t *, u_int);
+typedef void random_alg_read_t(uint8_t *, size_t);
typedef bool random_alg_seeded_t(void);
typedef void random_alg_reseed_t(void);
typedef void random_alg_eventprocessor_t(struct harvest_event *);