diff options
author | 2001-05-13 23:38:02 +0000 | |
---|---|---|
committer | 2001-05-13 23:38:02 +0000 | |
commit | 7405b6cd95710b98d464185245ca30cd40373a40 (patch) | |
tree | 939fdc7ecae9872da170ae0366a51ea774804df8 /lib/libc/stdlib | |
parent | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) (diff) | |
download | wireguard-openbsd-7405b6cd95710b98d464185245ca30cd40373a40.tar.xz wireguard-openbsd-7405b6cd95710b98d464185245ca30cd40373a40.zip |
unsigned -> unsigned int; grange@rt.mipt.ru
Diffstat (limited to 'lib/libc/stdlib')
-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 |