]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix 'jot -r 0 start end' to work.
authorbdrewery <bdrewery@FreeBSD.org>
Tue, 16 Apr 2019 00:41:22 +0000 (00:41 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Tue, 16 Apr 2019 00:41:22 +0000 (00:41 +0000)
commit95b7f0209bfefcacf378f5b6c94a4c09ef9202d8
treea41af694a8ab5376339f98d791789576a8c49645
parent92c71535caf3fc11cf5b2536feafec83933abc31
Fix 'jot -r 0 start end' to work.

This allows an endless stream of random data within the given bounds.
It already worked if a seed was provided as the 4th argument but not
if one was left out.

In collaboration with: jhb
MFC after: 2 weeks
Relnotes: yes
usr.bin/jot/jot.c