diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:22:18 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:22:18 +0000 |
commit | 572e62a5700c9da408ee696d1d1eb8cc05a2cc6a (patch) | |
tree | 5ae46a15b11bc95bfa9cf9ec09d1c6b058d536cf /proc/main.c | |
parent | ef96f4b5edb55a17dbd9f970f1ad42dbc0f57615 (diff) |
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.
Diffstat (limited to 'proc/main.c')
-rw-r--r-- | proc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |