summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}