CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/29 02:59:42
Modified files:
usr.sbin/slaacd: engine.c frontend.c slaacd.c
Log message:
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)
