]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix 'jot -r 0 start end' to work.
authorBryan Drewery <bdrewery@FreeBSD.org>
Tue, 16 Apr 2019 00:41:22 +0000 (00:41 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Tue, 16 Apr 2019 00:41:22 +0000 (00:41 +0000)
commit814f2cd84c5a7cbe52b99d13326ea5ba5078f976
treea41af694a8ab5376339f98d791789576a8c49645
parentaebda5bf0627644c0080e0ab2ff6b50a9682962b
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