CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/23 09:03:25
Modified files:
sbin/route : route.c show.c
Log message:
route has 3 code paths: monitor (listening on route socket); show
(sysctl and then print), change (getsocket, then read/write on that).
Refactor lightly and insert pledge "stdio rpath dns" in each case.
ok claudio benno phessler
