summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:17:08 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:17:08 +0000
commitf4d114176f51b50a6dc0dd4ce97030434da6f0f2 (patch)
treeae790a6d1a4d9397d4a93bfaec1843f5ce8fbb55 /auth
parent3b28208a9d39e1a159f2dedd597557414685206c (diff)
Wed Aug 20 14:01:43 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* auth.c (main): New args for ports_manage_port_operations_multithread.
Diffstat (limited to 'auth')
-rw-r--r--auth/ChangeLog5
-rw-r--r--auth/auth.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/auth/ChangeLog b/auth/ChangeLog
index 62330f8f..bf83ab68 100644
--- a/auth/ChangeLog
+++ b/auth/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 20 14:01:43 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * auth.c (main): New args for
+ ports_manage_port_operations_multithread.
+
Wed Feb 19 23:04:30 1997 Miles Bader <miles@gnu.ai.mit.edu>
* auth.c (argp_program_version): Make const.
diff --git a/auth/auth.c b/auth/auth.c
index d1c7ea6d..b3b58eec 100644
--- a/auth/auth.c
+++ b/auth/auth.c
@@ -488,6 +488,5 @@ main (int argc, char **argv)
while (1)
ports_manage_port_operations_multithread (auth_bucket,
auth_demuxer,
- 30 * 1000, 0,
- 0, MACH_PORT_NULL);
+ 30 * 1000, 0, 0);
}