diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-13 23:38:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-13 23:38:03 +0000 |
commit | e0641d8104851993e40671112d996ec458105f50 (patch) | |
tree | a77eb47de2c42f82ca64cff8cdd2d46f65a2ee2a /lib/libc | |
parent | 02fa46018fa76b8f6baef2d774565248f8616c28 (diff) |
unsigned -> unsigned int; grange@rt.mipt.ru
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/rand.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 4d4e91efe45..8899c2e104f 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.7 2000/04/20 13:50:02 aaron Exp $ +.\" $OpenBSD: rand.3,v 1.8 2001/05/13 23:38:02 millert Exp $ .\" .Dd June 29, 1991 .Dt RAND 3 @@ -45,7 +45,7 @@ .Sh SYNOPSIS .Fd #include <stdlib.h> .Ft void -.Fn srand "unsigned seed" +.Fn srand "unsigned int seed" .Ft int .Fn rand void .Ft int |