The bad news is it's rather doubtful that ClamAV supports that operating system any more.
It's best to ask Tomasz to put the support back in.
The good news is that this part of the code is only called in the event of a crash or through something called clamuko which I suspect is Linux only anyway.
Apologies for posting/discussing source code in the users group!
-Nigel
*** Oserver-th.c Wed Jan 21 10:51:53 2004 --- server-th.c Wed Jan 21 11:01:11 2004 *************** *** 34,45 **** #include "clamuko.h" #include "tests.h" #include "session.h"
#ifdef CLAMUKO pthread_t clamukoid; #endif
void *threadscanner(void *arg) { --- 34,49 ---- #include "clamuko.h" #include "tests.h" #include "session.h" + #include "../target.h"
#ifdef CLAMUKO pthread_t clamukoid; #endif
! #ifdef TARGET_OS_DARWIN5_5
! #define pthread_sigmask(A, B, C) sigprocmask((A), (B), (C))
! #define pthread_kill(A, B) { }
! #endif
void *threadscanner(void *arg) {
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users