CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/12 14:07:20
Modified files:
libexec/spamd : spamd.c
Log message:
Use poll(2) instead of select(2). A pointer to the struct pollfd
is embedded in each struct con so the descriptors can't get out of
sync with the pfd[] array. OK deraadt@
