From f4d114176f51b50a6dc0dd4ce97030434da6f0f2 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:17:08 +0000 Subject: Wed Aug 20 14:01:43 1997 Thomas Bushnell, n/BSG * auth.c (main): New args for ports_manage_port_operations_multithread. --- auth/ChangeLog | 5 +++++ auth/auth.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'auth') 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 + + * auth.c (main): New args for + ports_manage_port_operations_multithread. + Wed Feb 19 23:04:30 1997 Miles Bader * 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); } -- cgit v1.2.3