K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-06-07T18:27:58.826003Z K 7 svn:log V 412 bsdgrep(1): Do some less dirty things with return types Neither procfile nor grep_tree return anything meaningful to their callers. None of the callers actually care about how many lines were matched in all of the files they processed; it's all about "did anything match?" This is generally just a light refactoring to remind me of what actually matters as I'm rewriting these bits to care less about 'stuff'. END