[usocket-cvs] r621 - usocket/branches/0.5.x

Chun Tian (binghe) ctian at common-lisp.net
Thu Mar 31 11:06:20 UTC 2011


Author: ctian
Date: Thu Mar 31 07:06:20 2011
New Revision: 621

Log:
[CLISP] remove SEND-BUFFER slot from USOCKET class, no need

Modified:
   usocket/branches/0.5.x/usocket.lisp

Modified: usocket/branches/0.5.x/usocket.lisp
==============================================================================
--- usocket/branches/0.5.x/usocket.lisp	(original)
+++ usocket/branches/0.5.x/usocket.lisp	Thu Mar 31 07:06:20 2011
@@ -111,8 +111,7 @@
    #+(or lispworks
          (and clisp ffi (not rawsock)))
    (recv-buffer :documentation "Private RECV buffer.")
-   #+(or lispworks
-         (and clisp ffi (not rawsock)))
+   #+lispworks
    (send-buffer :documentation "Private SEND buffer."))
   (:documentation "UDP (inet-datagram) socket"))
 




More information about the usocket-cvs mailing list