mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
# 37239
r= warren@netscape.com OS/2 bring up continues - Remove some legacy #ifdef stuff for OS/2
This commit is contained in:
parent
c89b0224a1
commit
b8805604b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user