Module Name:    src
Committed By:   christos
Date:           Thu Jun 12 18:46:12 UTC 2014

Modified Files:
        src/lib/libc/stdlib: random.3

Log Message:
update for new signatures


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdlib/random.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/random.3
diff -u src/lib/libc/stdlib/random.3:1.20 src/lib/libc/stdlib/random.3:1.21
--- src/lib/libc/stdlib/random.3:1.20	Sat Oct 15 17:35:49 2011
+++ src/lib/libc/stdlib/random.3	Thu Jun 12 14:46:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: random.3,v 1.20 2011/10/15 21:35:49 rmind Exp $
+.\"	$NetBSD: random.3,v 1.21 2014/06/12 18:46:12 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     from: @(#)random.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd October 15, 2011
+.Dd June 12, 2014
 .Dt RANDOM 3
 .Os
 .Sh NAME
@@ -45,9 +45,9 @@
 .Ft long
 .Fn random void
 .Ft void
-.Fn srandom "unsigned long seed"
+.Fn srandom "unsigned int seed"
 .Ft char *
-.Fn initstate "unsigned long seed" "char *state" "size_t n"
+.Fn initstate "unsigned int seed" "char *state" "size_t n"
 .Ft char *
 .Fn setstate "char *state"
 .Sh DESCRIPTION

Reply via email to