1
0
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:
Andrey A. Chernov 1997-06-14 01:28:59 +00:00
parent 83a03b388f
commit e9c3c2bc0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26629

View File

@ -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