r= warren@netscape.com
OS/2 bring up continues - Remove some legacy #ifdef stuff for OS/2
This commit is contained in:
mkaply%us.ibm.com 2000-05-01 22:32:47 +00:00
parent c89b0224a1
commit b8805604b8

View File

@ -789,7 +789,7 @@ nsresult nsSocketTransport::doConnection(PRInt16 aSelectFlags)
}
// XXX: Is this still necessary?
#if defined(XP_WIN16) || (defined(XP_OS2) && !defined(XP_OS2_DOUGSOCK))
#if defined(XP_WIN16) // || (defined(XP_OS2) && !defined(XP_OS2_DOUGSOCK))
opt.option = PR_SockOpt_Linger;
opt.value.linger.polarity = PR_TRUE;
opt.value.linger.linger = PR_INTERVAL_NO_WAIT;