Changeset 3435
- Timestamp:
- 07/14/08 16:18:51 (6 months ago)
- Files:
-
- trunk/thirdparty/hunchentoot/set-timeouts.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/hunchentoot/set-timeouts.lisp
r3229 r3435 64 64 (setf (sb-impl::fd-stream-timeout (usocket:socket-stream usocket)) 65 65 (coerce read-timeout 'single-float)) 66 #-(or :clisp :allegro :openmcl :sbcl :lispworks) 66 #+:cmu 67 (setf (lisp::fd-stream-timeout (usocket:socket-stream usocket)) 68 (coerce read-timeout 'integer)) 69 #-(or :clisp :allegro :openmcl :sbcl :lispworks :cmu) 67 70 (not-implemented 'set-timeouts)) 68 71
