From 30ee004f83abc3d073d9982fe612b8c57e74a03f Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 17 Mar 1997 16:27:16 +0000 Subject: Fix arg types to match Lite2 --- lib/libc/stdlib/random.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/random.3') diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index dd85711..727069c 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -45,9 +45,9 @@ .Ft long .Fn random void .Ft void -.Fn srandom "unsigned seed" +.Fn srandom "unsigned long seed" .Ft char * -.Fn initstate "unsigned seed" "char *state" "int n" +.Fn initstate "unsigned long seed" "char *state" "long n" .Ft char * .Fn setstate "char *state" .Sh DESCRIPTION -- cgit v1.1