Deleted Added
full compact
33c33
< * $FreeBSD: head/lib/libc/stdlib/random.c 77851 2001-06-07 02:32:18Z dd $
---
> * $FreeBSD: head/lib/libc/stdlib/random.c 85752 2001-10-30 21:26:50Z markm $
303c303
< fd = _open("/dev/urandom", O_RDONLY, 0);
---
> fd = _open("/dev/random", O_RDONLY, 0);