#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.287 1997/08/08 21:29:19 cph Exp $
+$Id: runtime.pkg,v 14.288 1997/11/01 07:36:14 cph Exp $
Copyright (c) 1988-97 Massachusetts Institute of Technology
open-tcp-stream-socket-channel
open-unix-stream-socket
open-unix-stream-socket-channel
+ os/hostname
tcp-server-connection-accept))
(define-package (runtime subprocess)
#| -*-Scheme-*-
-$Id: socket.scm,v 1.8 1996/05/18 06:15:24 cph Exp $
+$Id: socket.scm,v 1.9 1997/11/01 07:31:40 cph Exp $
-Copyright (c) 1990-96 Massachusetts Institute of Technology
+Copyright (c) 1990-97 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(lambda ()
((ucode-primitive get-host-by-name 1) host-name))))
+(define (os/hostname)
+ ((ucode-primitive canonical-host-name 1)
+ ((ucode-primitive get-host-name 0))))
+
(define (open-unix-stream-socket-channel filename)
(open-channel
(lambda (p)
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.293 1997/08/08 21:29:26 cph Exp $
+$Id: runtime.pkg,v 14.294 1997/11/01 07:35:47 cph Exp $
Copyright (c) 1988-97 Massachusetts Institute of Technology
open-tcp-stream-socket-channel
open-unix-stream-socket
open-unix-stream-socket-channel
+ os/hostname
tcp-server-connection-accept))
(define-package (runtime subprocess)