clang points out that the first argument to setproctitle is a format
authorflorian <florian@openbsd.org>
Mon, 29 May 2017 08:59:42 +0000 (08:59 +0000)
committerflorian <florian@openbsd.org>
Mon, 29 May 2017 08:59:42 +0000 (08:59 +0000)
commit86b0f4acd1ab4e5bf46ee81cb1c32e0fde4ccc45
tree70389c757815b2f5dd99dd6ce6079b331158424c
parent09cba6015dbfb9a58ed64f3f43642f870cdbb830
clang points out that the first argument to setproctitle is a format
string. Not really an issue since we are eventually passing in a
string literal...
While here don't set the proctitle for the main process to play nicer
with rc.d(8)
usr.sbin/slaacd/engine.c
usr.sbin/slaacd/frontend.c
usr.sbin/slaacd/slaacd.c