K 10 svn:author V 8 vangyzen K 8 svn:date V 27 2017-02-16T20:50:01.364898Z K 7 svn:log V 313 Remove inet_ntoa() from the kernel inet_ntoa() cannot be used safely in a multithreaded environment because it uses a static local buffer. Remove it from the kernel. Suggested by: glebius, emaste Reviewed by: gnn MFC after: never Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D9625 END