CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/11/23 08:25:47
Modified files: distrib/special/dhclient: Makefile sbin/dhclient : dhclient.c dhcpd.h dispatch.c kroute.c privsep.c privsep.h Log message: Use the libutil imsg framework rather than a hand-rolled local version. This is the last hand-rolled imsg implementation I could spot. Doesn't seem to break sparc64. Suggested by chris@, tweaks from brad@ and reyk@. ok reyk@