NetBSD/usr.sbin/rpcbind
lukem c4b7a9e794 bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
2023-06-03 09:09:01 +00:00
..
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
check_bound.c Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users 2020-06-17 00:16:21 +00:00
pmap_svc.c - Enable WARMSTART 2021-03-07 00:23:06 +00:00
rpcb_stat.c
rpcb_svc.c
rpcb_svc_4.c
rpcb_svc_com.c rpcbind(8): restore previous behaviour. Wait instead of breaking from 2021-10-30 11:41:45 +00:00
rpcbind.8
rpcbind.c rpcbind(8): Use reallocarr, fix reallocation logic. 2021-10-30 11:04:48 +00:00
rpcbind.h
security.c - Enable WARMSTART 2021-03-07 00:23:06 +00:00
util.c Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users 2020-06-17 00:16:21 +00:00
warmstart.c