From d782901c8c7dc92b5122d458a9832126aeef2d27 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 11 Feb 1992 23:16:50 +0000 Subject: [PATCH] Change MAKE-SUBPROCESS primitive to accept a working directory argument for setting the working directory of the subprocess. --- v7/src/microcode/uxproc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/uxproc.c b/v7/src/microcode/uxproc.c index 40287c782..25f8fbc44 100644 --- a/v7/src/microcode/uxproc.c +++ b/v7/src/microcode/uxproc.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxproc.c,v 1.12 1992/02/11 23:01:17 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxproc.c,v 1.13 1992/02/11 23:16:50 cph Exp $ Copyright (c) 1990-92 Massachusetts Institute of Technology @@ -233,7 +233,7 @@ DEFUN (OS_process_deallocate, (process), Tprocess process) Tprocess DEFUN (OS_make_subprocess, - (filename, argv, envp, + (filename, argv, envp, working_directory, ctty_type, ctty_name, channel_in_type, channel_in, channel_out_type, channel_out, -- 2.25.1