OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Henning Brauer (henningcvs.openbsd.org)
Date: Thu Aug 04 2005 - 09:21:04 CDT


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2005/08/04 08:21:04

Modified files:
        sbin/dhclient : privsep.c

Log message:
buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfd
and some more). Here, however, we have a blocking socket for the IPC.
buf_close (writes out) and buf_read can be simplified due to that, and they
can just error out on short writes/reads. ok krw moritz