Author: hhubner Date: Wed Dec 10 10:52:01 2008 New Revision: 481
Log: Update ECONNABORTED errno values to correct constants for FreeBSD and Linux.
Modified: usocket/trunk/condition.lisp
Modified: usocket/trunk/condition.lisp ============================================================================== --- usocket/trunk/condition.lisp (original) +++ usocket/trunk/condition.lisp Wed Dec 10 10:52:01 2008 @@ -184,7 +184,7 @@ ((9) . bad-file-descriptor-error) ((61 111) . connection-refused-error) ((64 131) . connection-reset-error) - ((130) . connection-aborted-error) + ((53 103) . connection-aborted-error) ((22) . invalid-argument-error) ((55 105) . no-buffers-error) ((12) . out-of-memory-error)