K 10 svn:author V 3 imp K 8 svn:date V 27 2017-12-20T19:14:16.472180Z K 7 svn:log V 188 Simplify the code a bit. Replace clumsy for(;;) { if (foo) break; ...} with simpler while (!foo) { ... }. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D13546 END