CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/07/06 10:38:09
Modified files:
usr.sbin/route6d: route6d.c
Log message:
route6d spring cleanup
Various tweaks and fixes:
- nuke util.h, not needed since pidfile(3) went away
- nuke the rrt_same member of struct riprt, "future use" since import
- mark rtdexit as __dead
- nuke progname handling
- fix pid handling: cache the pid *after* calling daemon(3)
- nuke setting rtm_pid. The kernel is responsible for setting this
in routing messages.
- nuke the useless myseq variable
ok florian@ benno@ millert@ deraadt@ renato@