diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-16 20:04:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-16 20:04:57 +0000 |
commit | 65042be32ac4698f9d6cf601d77cceeac99f3d88 (patch) | |
tree | 71da32e2fe61bd773b28059b734c07535778ec43 /libdiskfs/init-init.c | |
parent | 910067b1d2206727f8af3d5dabd8eec304e0ea99 (diff) |
Formerly init-init.c.~8~
Diffstat (limited to 'libdiskfs/init-init.c')
-rw-r--r-- | libdiskfs/init-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/init-init.c b/libdiskfs/init-init.c index 351a25ea..66acf7e5 100644 --- a/libdiskfs/init-init.c +++ b/libdiskfs/init-init.c @@ -75,5 +75,5 @@ diskfs_init_diskfs (void) mach_port_deallocate (mach_task_self (), timedev); mach_port_deallocate (mach_task_self (), obj); - diskfs_auth_server_port = getauth (); +/* diskfs_auth_server_port = getauth (); */ } |