[usocket-cvs] r312 - usocket/trunk/backend

17 Feb
2008
17 Feb
'08
9:29 a.m.
Author: ehuelsmann Date: Sun Feb 17 04:29:37 2008 New Revision: 312 Modified: usocket/trunk/backend/sbcl.lisp Log: Fix ECL error reporting: we need to map an errno-error, not a socket-error. Modified: usocket/trunk/backend/sbcl.lisp ============================================================================== --- usocket/trunk/backend/sbcl.lisp (original) +++ usocket/trunk/backend/sbcl.lisp Sun Feb 17 04:29:37 2008 @@ -323,5 +323,5 @@ (socket s)) result-fds))) sockets) - (map-socket-error err))))))) + (error (map-errno-error err)))))))) )
6233
Age (days ago)
6233
Last active (days ago)
0 comments
1 participants
participants (1)
-
ehuelsmann@common-lisp.net