[bknr-cvs] hans changed trunk/thirdparty/usocket/
BKNR Commits
bknr at bknr.net
Wed Dec 10 10:54:45 UTC 2008
Revision: 4128
Author: hans
URL: http://bknr.net/trac/changeset/4128
update from upstream svn
_U trunk/thirdparty/usocket/
U trunk/thirdparty/usocket/condition.lisp
Property changes on: trunk/thirdparty/usocket
___________________________________________________________________
Name: piston:local-revision
- 4126
+ 4127
Name: piston:remote-revision
- 480
+ 481
Modified: trunk/thirdparty/usocket/condition.lisp
===================================================================
--- trunk/thirdparty/usocket/condition.lisp 2008-12-10 10:51:55 UTC (rev 4127)
+++ trunk/thirdparty/usocket/condition.lisp 2008-12-10 10:54:45 UTC (rev 4128)
@@ -1,4 +1,4 @@
-;;;; $Id: condition.lisp 451 2008-10-22 01:11:56Z ctian $
+;;;; $Id: condition.lisp 481 2008-12-10 10:52:01Z hhubner $
;;;; $URL: svn://common-lisp.net/project/usocket/svn/usocket/trunk/condition.lisp $
;;;; See LICENSE for licensing information.
@@ -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)
More information about the Bknr-cvs
mailing list