projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb967cd
)
Change TCP-SERVER-CONNECTION-ACCEPT to return two values rather than
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 26 Jul 1999 21:20:44 +0000
(21:20 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 26 Jul 1999 21:20:44 +0000
(21:20 +0000)
three.
v7/src/runtime/socket.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/socket.scm
b/v7/src/runtime/socket.scm
index 35fba792d0f2504505535a3c4cce25d532427be7..138f216dfcbaf4852d803ce5d3e03f49d01943d8 100644
(file)
--- a/
v7/src/runtime/socket.scm
+++ b/
v7/src/runtime/socket.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: socket.scm,v 1.1
3 1999/01/02 06:19:10
cph Exp $
+$Id: socket.scm,v 1.1
4 1999/07/26 21:20:44
cph Exp $
Copyright (c) 1990-1999 Massachusetts Institute of Technology
@@
-103,5
+103,5
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
p)))))))))
(if channel
(let ((port (make-generic-i/o-port channel channel 64 64)))
- (values port p
ort p
eer-address))
- (values
false false false
)))))
\ No newline at end of file
+ (values port peer-address))
+ (values
#f #f
)))))
\ No newline at end of file