[bknr-cvs] hans changed trunk/thirdparty/usocket/condition.lisp

BKNR Commits bknr at bknr.net
Wed May 13 08:40:41 UTC 2009


Revision: 4396
Author: hans
URL: http://bknr.net/trac/changeset/4396

correct errnos
U   trunk/thirdparty/usocket/condition.lisp

Modified: trunk/thirdparty/usocket/condition.lisp
===================================================================
--- trunk/thirdparty/usocket/condition.lisp	2009-05-13 08:24:11 UTC (rev 4395)
+++ trunk/thirdparty/usocket/condition.lisp	2009-05-13 08:40:41 UTC (rev 4396)
@@ -183,7 +183,7 @@
     ((49 99) . address-not-available-error)
     ((9) . bad-file-descriptor-error)
     ((61 111) . connection-refused-error)
-    ((64 131) . connection-reset-error)
+    ((54 104) . connection-reset-error)
     ((53 103) . connection-aborted-error)
     ((22) . invalid-argument-error)
     ((55 105) . no-buffers-error)





More information about the Bknr-cvs mailing list