K 10 svn:author V 6 marcus K 8 svn:date V 27 2006-11-01T02:40:29.000000Z K 7 svn:log V 339 Work around the improperly defined libc stub for pthread_cond_wait(3) which exists in FreeBSD prior August 7, 2006. Basically, on these versions of FreeBSD, we will call _pthread_cond_wait directly. This isn't perfect, but it will alow Firefox 2.0 to work on 6.1 and 5.5 without people needing to patch libc. Tested by: ahze and others END