Changeset 13773
- Timestamp:
- Jun 1, 2010, 4:05:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-sockets.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-sockets.lisp
r13382 r13773 453 453 (defmethod socket-type ((stream udp-socket)) :datagram) 454 454 (defmethod socket-connect ((stream udp-socket)) nil) 455 (defmethod socket-format ((stream udp-socket)) :binary) 455 456 456 457 (defgeneric socket-os-fd (socket) … … 949 950 #+x8664-target (and (>= subtype x8664::min-8-bit-ivector-subtag) 950 951 (<= subtype x8664::max-8-bit-ivector-subtag)) 951 (report-bad-arg buf `(or (array character) 952 (array (unsigned-byte 8)) 952 (report-bad-arg buf '(or (array (unsigned-byte 8)) 953 953 (array (signed-byte 8)))))) 954 954 (values buf offset)) … … 1010 1010 :element-type 1011 1011 (ecase (socket-format socket) 1012 ((:text) 'base-char) 1013 ((:binary :bivalent) '(unsigned-byte 8)))) 1012 ((:binary) '(unsigned-byte 8)))) 1014 1013 vec-offset 0)) 1015 1014 (%copy-ptr-to-ivector bufptr 0 vec vec-offset ret-size))
Note:
See TracChangeset
for help on using the changeset viewer.
