CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/02 04:06:37
Modified files:
usr.sbin/smtpd : client.c client.h
Log message:
Simplify code by removing struct smtp_client member, int iomode, which was
used for keeping track of the current polling mode. Introduce new function
client_poll() that determines what mode of polling is required at the time of
call.
