CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/07 19:06:07
Modified files:
usr.sbin/dhcpd : udpsock.c
Log message:
sys/param.h -> sys/types.h. No need to drag in nitems() only to
use it once on an array declared iov[1]. Just use '1'.
ok yasuoka@
