CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/03 10:28:34
Modified files:
usr.sbin/syslogd: syslogd.c syslogd.h ttymsg.c
Log message:
Use a define for the iov array size in syslogd. This is better
than passing the magic number 6 around and checking at runtime
whether its fits.
OK deraadt@ martijn@ mvs@
