[usocket-cvs] r494 - usocket/branches/0.4.x/backend
Chun Tian (binghe)
ctian at common-lisp.net
Sat Apr 4 13:50:01 UTC 2009
Author: ctian
Date: Sat Apr 4 09:50:00 2009
New Revision: 494
Log:
[ecl] merge r493 from trunk
Modified:
usocket/branches/0.4.x/backend/sbcl.lisp
Modified: usocket/branches/0.4.x/backend/sbcl.lisp
==============================================================================
--- usocket/branches/0.4.x/backend/sbcl.lisp (original)
+++ usocket/branches/0.4.x/backend/sbcl.lisp Sat Apr 4 09:50:00 2009
@@ -68,7 +68,7 @@
(defun fdset-alloc ()
(ffi:c-inline () () :pointer-void
- "cl_alloc_atomic(sizeof(fd_set))" :one-liner t))
+ "ecl_alloc_atomic(sizeof(fd_set))" :one-liner t))
(defun fdset-zero (fdset)
(ffi:c-inline (fdset) (:pointer-void) :void
@@ -96,7 +96,7 @@
(defun get-host-name ()
(ffi:c-inline
() () :object
- "{ char *buf = cl_alloc_atomic(257);
+ "{ char *buf = ecl_alloc_atomic(257);
if (gethostname(buf,256) == 0)
@(return) = make_simple_base_string(buf);
More information about the usocket-cvs
mailing list