NetBSD/usr.sbin/syslogd
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
extern.h
howto.html
index.html
pathnames.h
sign.c sign.c: mark a variable used only in asserts as __diagused 2022-11-08 01:03:27 +00:00
sign.h usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it 2021-11-27 22:30:25 +00:00
sign.html s/betwen/between/ and s/singed/signed/. 2023-05-01 11:57:53 +00:00
syslog.conf.5
syslogd.8 syslogd: make -d accept an optional argument 2022-11-08 01:43:09 +00:00
syslogd.c syslogd: make -d accept an optional argument 2022-11-08 01:43:09 +00:00
syslogd.h usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it 2021-11-27 22:30:25 +00:00
tls.c tls.c: wrap debug-only data in #ifndef NDEBUG 2022-11-08 01:05:10 +00:00
tls.h