Forgot to export HANDLE-SUBPROCESS-STATUS-CHANGE to the socket code.
authorChris Hanson <org/chris-hanson/cph>
Sat, 9 Jun 2001 00:34:58 +0000 (00:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 9 Jun 2001 00:34:58 +0000 (00:34 +0000)
v7/src/runtime/runtime.pkg

index efe5d2500e868d7ff9ade450dc513840f2a54db4..6ec2390487cf93af36b754c3cfa804eb5dfe22ae 100644 (file)
@@ -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)