CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/12 00:11:07
Modified files:
usr.sbin/rtadvd: config.c if.c rtadvd.c
Log message:
replace
log_warnx("foo");
exit(1);
with
fatalx("foo);
OK benno
CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/12 00:11:07
Modified files:
usr.sbin/rtadvd: config.c if.c rtadvd.c
Log message:
replace
log_warnx("foo");
exit(1);
with
fatalx("foo);
OK benno