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

Ticket #279: IConduit.diff

File IConduit.diff, 397 bytes (added by rrichardson, 1 year ago)
  • IConduit.d

    old new  
    4040 
    4141        enum : uint  
    4242        { 
    43                 Eof = uint.max 
     43                Eof = uint.max, 
     44                BadFd = uint.max -1 
    4445        } 
    4546 
    4647        /***********************************************************************