K 10 svn:author V 5 markj K 8 svn:date V 27 2019-01-23T20:02:17.586971Z K 7 svn:log V 335 Remove extraneous setutxent() calls in write(1). We already call setutxent() once during initialization. Furthermore, the subsequent calls occur after the process has entered capability mode, so they fail, and attempts to fetch database entries fail as a result. PR: 235096 Submitted by: fullermd@over-yonder.net MFC after: 3 days END