CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/12/01 11:08:54
Modified files:
sbin/slaacd : frontend.c slaacd.c
Log message:
Sync get_ifrdomain() to rad(8) version by removing a useles (void)
cast in front of a strlcpy(3).
tb@ had pointed out that the use in rad(8) was not consistent.
I consider the void cast a useless annotation, either the strl*
functions must have the canonical trucation check or it must be
obvious that truncation cannot happen or is not a problem.
While at it remove a bunch more casts that snuck in over time.