CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/10 10:02:35
Modified files:
sbin/dhclient : privsep.h
Log message:
Oops. Missed file.
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@
