From af1ce3fbbcf1306465a638f5811e0049b0d9e809 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 9 Jun 2001 00:34:58 +0000 Subject: [PATCH] Forgot to export HANDLE-SUBPROCESS-STATUS-CHANGE to the socket code. --- v7/src/runtime/runtime.pkg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index efe5d2500..6ec239048 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.367 2001/05/22 03:18:47 cph Exp $ +$Id: runtime.pkg,v 14.368 2001/06/09 00:34:58 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology @@ -2326,6 +2326,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA get-host-by-address get-host-by-name get-host-name + host-address-any + host-address-loopback open-tcp-server-socket open-tcp-stream-socket open-tcp-stream-socket-channel @@ -2381,6 +2383,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA subprocess?) (export (runtime primitive-io) handle-subprocess-status-change) + (export (runtime socket) + handle-subprocess-status-change) (initialization (initialize-package!))) (define-package (runtime synchronous-subprocess) -- 2.25.1