[usocket-cvs] r51 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Mon Feb 6 23:28:23 UTC 2006


Author: ehuelsmann
Date: Mon Feb  6 17:28:23 2006
New Revision: 51

Modified:
   usocket/trunk/package.lisp
Log:
Adjust to new naming.

Modified: usocket/trunk/package.lisp
==============================================================================
--- usocket/trunk/package.lisp	(original)
+++ usocket/trunk/package.lisp	Mon Feb  6 17:28:23 2006
@@ -27,6 +27,6 @@
 
              :usocket-condition ; conditions
              :usocket-error ; errors
-             :usocket-unknown-condition
-             :usocket-unknown-error)))
+             :unknown-condition
+             :unknown-error)))
 



More information about the usocket-cvs mailing list