CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2014/12/08 14:50:09
Modified files: usr.bin/awk : run.c Log message: Use srandom_deterministic() if a seed is supplied, thereby switching the subsystem out of strong random mode. No effective change from what we've been doing for a while. Result is it becomes 1 line of code. ok millert