From b36b95ac3d12e1e61de9fd63ccbac6f57685188c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 9 Jun 1995 19:33:16 +0000 Subject: (diskfs_start_protid): Use new args for ports_allocate_port. --- libdiskfs/protid-make.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdiskfs/protid-make.c') diff --git a/libdiskfs/protid-make.c b/libdiskfs/protid-make.c index 38a615ae..a4d9801d 100644 --- a/libdiskfs/protid-make.c +++ b/libdiskfs/protid-make.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -25,7 +25,8 @@ diskfs_start_protid (struct peropen *po) { struct protid *cred; - cred = ports_allocate_port (sizeof (struct protid), PT_PROTID); + cred = ports_allocate_port (diskfs_port_bucket, sizeof (struct protid), + diskfs_protid_class); po->refcnt++; cred->po = po; cred->shared_object = MACH_PORT_NULL; -- cgit v1.2.3