Fix red tree on Windows.

This commit is contained in:
julien.pierre.bugs%sun.com 2006-04-22 05:18:20 +00:00
parent 55f83db68f
commit 0a709d0578

View File

@ -1211,7 +1211,9 @@ do_accepts(
{
PRNetAddr addr;
PRErrorCode perr;
#ifdef XP_UNIX
struct sigaction act;
#endif
VLOG(("selfserv: do_accepts: starting"));
PR_SetThreadPriority( PR_GetCurrentThread(), PR_PRIORITY_HIGH);