Hmm. Perhaps I spoke too soon. If clamd is build with poll(3), then it fails to detect any viruses in the test directory.
> -----Original Message----- > From: Brian A. Reiter [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 30, 2005 8:42 AM > To: 'ClamAV Development' > Subject: Poll(3) now working properly on Interix > > All, > > Please apply this patch to CVS (removing my previous poll(3) > patch for clamd on Interix): > > --- others.c.old Thu Jun 30 08:36:17 2005 > +++ others.c Thu Jun 30 08:36:32 2005 > @@ -48,12 +48,6 @@ > #include <sys/uio.h> > #endif > > -/* submitted by [EMAIL PROTECTED]: do not use poll(2) > on Interix */ -#ifdef C_INTERIX -#undef HAVE_POLL -#undef > HAVE_POLL_H -#endif > - > #if HAVE_POLL > #if HAVE_POLL_H > #include <poll.h> > > Clamav is building properly with poll(3) now on Interix. > > Cheers. > > Brian A. Reiter > WolfeReiter, LLC : Thoughtful Computing > [http://www.wolfereiter.com] > _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html
