Revision: 4452 Author: hans URL: http://bknr.net/trac/changeset/4452
adapt to what i committed upstream U trunk/thirdparty/usocket/backend/openmcl.lisp U trunk/thirdparty/usocket/condition.lisp
Modified: trunk/thirdparty/usocket/backend/openmcl.lisp =================================================================== --- trunk/thirdparty/usocket/backend/openmcl.lisp 2009-09-17 07:01:40 UTC (rev 4451) +++ trunk/thirdparty/usocket/backend/openmcl.lisp 2009-09-17 07:08:19 UTC (rev 4452) @@ -64,7 +64,7 @@ (ccl:input-timeout (error 'timeout-error :socket socket)) (ccl:communication-deadline-expired - (error 'deadline-error :socket socket)) + (error 'deadline-timeout-error :socket socket)) (ccl::socket-creation-error #| ugh! |# (raise-error-from-id (ccl::socket-creation-error-identifier condition) socket condition))))
Modified: trunk/thirdparty/usocket/condition.lisp =================================================================== --- trunk/thirdparty/usocket/condition.lisp 2009-09-17 07:01:40 UTC (rev 4451) +++ trunk/thirdparty/usocket/condition.lisp 2009-09-17 07:08:19 UTC (rev 4452) @@ -111,7 +111,7 @@ host-unreachable-error shutdown-error timeout-error - #+openmcl deadline-error + deadline-timeout-error invalid-socket-error invalid-socket-stream-error) (socket-error))