K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-12T04:55:12.000000Z K 7 svn:log V 363 The previous patch I made alters a function to call "getconf ARG_MAX" to get the maximum command line length. However I failed to realize that the rest of the program called this function a lot. I have now altered the patch file to call getconf once on program run instead of multiple times, greatly reducing execution time. PR: 154560 Submitted by: maintainer END