Update the prototype for read_random to reflect that the count parameter
is an int not an unsigned int, and that it returns an int not an unsigned int.
This commit is contained in:
parent
a8f559e910
commit
234b7100a1
@ -45,8 +45,8 @@
|
||||
.Fn arc4random "void"
|
||||
.Pp
|
||||
.In sys/random.h
|
||||
.Ft u_int
|
||||
.Fn read_random "void *buffer" "u_int count"
|
||||
.Ft int
|
||||
.Fn read_random "void *buffer" "int count"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn random
|
||||
|
Loading…
x
Reference in New Issue
Block a user