CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/10 10:01:27
Modified files:
sbin/dhclient : dhclient.c
Log message:
Rework [priv_]write_file() and associated struct imsg_write_file
to use imsg_composev() rather than allocating memory, copying data
into it, and then passing it to imsg_compose() to copy data again
into imsg buffer.
ok pelikan@
