K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-01-01T04:29:08.701096Z K 7 svn:log V 363 inetd: convert remaining bzero(3) to memset(3), NFC This change is purely in the name of noise reduction from static analyzers that want to complain that bzero(3) is obsolete in favor of memset(3). With this, clang-analyze at least is now noise free. WARNS= 6 also appears to have been OK for some time now, so drop the current setting and opt for the default. END