diff options
author | 1998-02-06 01:49:06 +0000 | |
---|---|---|
committer | 1998-02-06 01:49:06 +0000 | |
commit | 14dedf38a254db709089cbfb62ff0e823d876c7c (patch) | |
tree | e15ade22274f6814b76daede2523219160f07352 /lib/libc/stdlib/random.3 | |
parent | typo (diff) | |
download | wireguard-openbsd-14dedf38a254db709089cbfb62ff0e823d876c7c.tar.xz wireguard-openbsd-14dedf38a254db709089cbfb62ff0e823d876c7c.zip |
size_t n in initstate(); XPG
Diffstat (limited to 'lib/libc/stdlib/random.3')
-rw-r--r-- | lib/libc/stdlib/random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 6188c2a4318..87a4fe253fa 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: random.3,v 1.3 1996/08/19 08:33:46 tholo Exp $ +.\" $OpenBSD: random.3,v 1.4 1998/02/06 01:49:08 deraadt Exp $ .\" .Dd April 19, 1991 .Dt RANDOM 3 @@ -47,7 +47,7 @@ .Ft void .Fn srandom "unsigned seed" .Ft char * -.Fn initstate "unsigned seed" "char *state" "int n" +.Fn initstate "unsigned seed" "char *state" "size_t n" .Ft char * .Fn setstate "char *state" .Sh DESCRIPTION |