mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change u_char which require special include to unsigned char
This commit is contained in:
parent
83a03b388f
commit
e9c3c2bc0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue