diff options
-rw-r--r-- | term/ChangeLog | 5 | ||||
-rw-r--r-- | term/main.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index d2aa3126..88a488f1 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 20 14:07:35 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * main.c (main): New args for + ports_manage_port_operations_multithread. + Mon Jun 9 12:19:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * users.c (trivfs_S_file_chmod): Fix typo. diff --git a/term/main.c b/term/main.c index 7452dcd8..10ed9eef 100644 --- a/term/main.c +++ b/term/main.c @@ -184,8 +184,7 @@ main (int argc, char **argv) condition_implies (outputq->wait, &select_alert); /* Launch */ - ports_manage_port_operations_multithread (term_bucket, demuxer, 0, 0, - 0, MACH_PORT_NULL); + ports_manage_port_operations_multithread (term_bucket, demuxer, 0, 0, 0); return 0; } |