mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Change u_char which require special include to unsigned char
This commit is contained in:
parent
83a03b388f
commit
e9c3c2bc0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26629
@ -44,7 +44,7 @@
|
||||
.Ft void
|
||||
.Fn arc4random_stir "void"
|
||||
.Ft void
|
||||
.Fn arc4random_addrandom "u_char *dat" "int datlen"
|
||||
.Fn arc4random_addrandom "unsigned char *dat" "int datlen"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn arc4random
|
||||
|
Loading…
Reference in New Issue
Block a user