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: Jacek Masiulaniec (jacekmcvs.openbsd.org)
Date: Sun Mar 01 2009 - 15:36:50 CST


CVSROOT: /cvs
Module name: src
Changes by: jacekmcvs.openbsd.org 2009/03/01 14:36:50

Modified files:
        usr.sbin/smtpd : smtpd.c

Log message:
open mbox with O_EXLOCK (better than open+flock), and without O_SYNC,
since fsync is done in final safe_fclose; ok gilles