CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/12/13 11:28:40
Modified files:
lib/libc/arch/aarch64/gen: fpgetround.c fpgetsticky.c
fpsetround.c fpsetsticky.c
libexec/ld.so/sparc64: SYS.h
sbin/dhclient : log.h
sbin/dhcpleased: log.h
sbin/slaacd : log.h
sbin/unwind : log.h
usr.sbin/dhcpd : log.h
usr.sbin/dhcrelay: log.h
usr.sbin/dhcrelay6: log.h
usr.sbin/dvmrpd: log.h
usr.sbin/eigrpd: log.h
usr.sbin/ifstated: log.h
usr.sbin/iscsid: log.h
usr.sbin/ldapd : log.h
usr.sbin/lpd : log.h
usr.sbin/ntpd : log.h
usr.sbin/ospf6d: log.h
usr.sbin/ospfd : log.h
usr.sbin/rad : log.h
usr.sbin/radiusd: imsg_subr.h log.h radiusd_module.h util.h
usr.sbin/ripd : log.h
usr.sbin/smtpd : log.h
usr.sbin/syslogd: log.h
usr.sbin/vmd : vmd.c
usr.bin/fgen : fgen.l
Log message:
including sys/cdefs.h manually started as a result of netbsd trying to
macro-build a replacement for sccsid, and was done without any concern
for namespace damage. Unfortunately this practice started infecting
other code as others were unaware they didn't need the file.
ok millert guenther