CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/05 13:31:36
Modified files:
usr.sbin/dhcpd : bpf.c dhcp.c
sbin/dhclient : bpf.c
Log message:
send_packet() and writev() return ssize_t, not int. Use correct
type to store the returned value. From dhill.
