K 10 svn:author V 3 dim K 8 svn:date V 27 2018-02-27T19:02:49.456694Z K 7 svn:log V 339 Avoid using the C++11 auto keyword, which was introduced in r328555, as part of an upstream change. This is not supported by gcc 4.2.1, which is still the default system compiler for some architectures. Direct commit to stable/9 and stable/10, since this does not apply to stable/11 and head. Reported by: jau@iki.fi PR: 202665,226068 END