summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/ChangeLog5
-rw-r--r--proc/main.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 454277a3..75a4c8c0 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 20 14:06:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * main.c (main): New args for
+ ports_manage_port_operations_multithread.
+
1997-06-30 Miles Bader <miles@gnu.ai.mit.edu>
* main.c (main): Arg parsing added. HOLD variable removed.
diff --git a/proc/main.c b/proc/main.c
index 01cf34a8..1d208b8e 100644
--- a/proc/main.c
+++ b/proc/main.c
@@ -118,5 +118,5 @@ main (int argc, char **argv, char **envp)
while (1)
ports_manage_port_operations_multithread (proc_bucket,
message_demuxer,
- 0, 0, 0, 0);
+ 0, 0, 0);
}