NetBSD/usr.sbin/rtadvd
rillig 6f4965e060 usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it
Since 2021-01-31, lint no longer requires a CONSTCOND comment in a
do-while-0 statement since this is a common code pattern, especially in
statement-like macros.

sed -i -E 's,} while \(/\* ?CONSTCOND ?\*/ ?0\),} while (0),' */*.[ch]
2021-11-27 22:30:25 +00:00
..
Makefile rtadvd: no longer need packed member warning 2021-02-03 06:50:07 +00:00
advcap.c print function names as %s: not <%s> everywhere for consistency. 2021-03-23 18:16:53 +00:00
advcap.h
config.c usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it 2021-11-27 22:30:25 +00:00
config.h - remove extra \n from stderr logging 2021-03-22 18:41:11 +00:00
dump.c print function names as %s: not <%s> everywhere for consistency. 2021-03-23 18:16:53 +00:00
dump.h White space police. 2018-04-20 10:39:37 +00:00
if.c print function names as %s: not <%s> everywhere for consistency. 2021-03-23 18:16:53 +00:00
if.h interface indexes are unsigned 2021-03-23 18:16:21 +00:00
logit.h Change the meaning of the 'D' flag to print errors to stderr instead of 2017-11-06 15:15:04 +00:00
pathnames.h
prog_ops.h Introduce rump.rtadvd 2015-11-11 07:48:41 +00:00
rtadvd.8 Remove -M from SYNOPSIS as well. 2020-04-21 12:19:44 +00:00
rtadvd.c call tzset() before chroot so we initialize our timezone data 2021-03-23 18:13:07 +00:00
rtadvd.conf
rtadvd.conf.5 Minor improvements. 2018-04-21 09:31:08 +00:00
rtadvd.h - remove extra \n from stderr logging 2021-03-22 18:41:11 +00:00
rtadvd_hostops.c need <time.h> for clock_gettime 2017-01-10 21:07:17 +00:00
rtadvd_rumpops.c Introduce rump.rtadvd 2015-11-11 07:48:41 +00:00
timer.c print function names as %s: not <%s> everywhere for consistency. 2021-03-23 18:16:53 +00:00
timer.h Allow timers to exist but be inactive. 2018-04-20 13:27:45 +00:00