Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4025 → Rev 4024

/kernel/trunk/network/stack.inc
115,7 → 115,6
 
; Error Codes
ENOBUFS = 1
EINPROGRESS = 2
EOPNOTSUPP = 4
EWOULDBLOCK = 6
ENOTCONN = 9
126,7 → 125,6
EADDRINUSE = 20
ECONNREFUSED = 61
ECONNRESET = 52
EISCONN = 56
ETIMEDOUT = 60
ECONNABORTED = 53