From 065e0251fa6c0e9689da5a0ba35509d15dff8f25 Mon Sep 17 00:00:00 2001
From: "Guillermo J. Rozas" <edu/mit/csail/zurich/gjr>
Date: Fri, 16 Jul 1993 06:33:12 +0000
Subject: [PATCH] Add new dummy predicates needed by the rest of edwin.

---
 v7/src/edwin/dosproc.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/v7/src/edwin/dosproc.scm b/v7/src/edwin/dosproc.scm
index be0ffac04..50b7fba85 100644
--- a/v7/src/edwin/dosproc.scm
+++ b/v7/src/edwin/dosproc.scm
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;	$Id: dosproc.scm,v 1.2 1992/09/23 23:04:23 jinx Exp $
+;;;	$Id: dosproc.scm,v 1.3 1993/07/16 06:33:12 gjr Exp $
 ;;;
-;;;	Copyright (c) 1992 Massachusetts Institute of Technology
+;;;	Copyright (c) 1992-1993 Massachusetts Institute of Technology
 ;;;
 ;;;	This material was developed by the Scheme project at the
 ;;;	Massachusetts Institute of Technology, Department of
@@ -71,4 +71,10 @@
 	       (macro (name)
 		 `(define ,name (process-operation ',name)))))
 
-  (define-process-operation delete-process))
\ No newline at end of file
+  (define-process-operation delete-process))
+
+(define (process-status-changes?)
+  false)
+
+(define (process-output-available?)
+  false)
\ No newline at end of file
-- 
2.25.1