Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #261: patch

File patch, 490 bytes (added by volcore, 2 years ago)

suggested patch

  • tango/net/Socket.d

    old new  
    190190 
    191191        private const int F_GETFL       = 3; 
    192192        private const int F_SETFL       = 4; 
    193         private const int O_NONBLOCK    = 0x4000; 
     193        private const int O_NONBLOCK    = 04000; 
    194194        private const int SOL_SOCKET_D  = 0xFFFF; 
    195195        private const int SO_TYPE       = 0x1008; 
    196196