CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/14 15:53:46
Modified files:
usr.sbin/smtpd : bounce.c queue.c queue_fsqueue.c queue_shared.c
runner.c
Log message:
fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() to
obtain a read{-only,/write} descriptor to the message file.
make sure smtpd uses the new API everywhere it needs a fd, and kill the
many functions that were used until now.
