CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/14 23:05:16
Modified files:
usr.sbin/smtpd : makemap.c
Log message:
Sync the DB file once when done with fsync(), not on each write with O_SYNC.
The DB file being written is a temp file, so O_EXLOCK is unnecesary.
ok sunil@ gilles@
