CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/17 13:37:48
Modified files:
usr.sbin/smtpd : queue.c smtpd.c
Log message:
- replace uses of O_EXLOCK and O_EXLOCK|O_NONBLOCK with the corresponding
open()/flock() constructs as chl@ says it prevents him from doing
a portable build.
discussed with chl@, diff is common work from him and myself
