diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 19:09:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 19:09:37 +0000 |
commit | de4aae460c9ee6871fde651f7c85744e9c2bd9ff (patch) | |
tree | 7c0373775be87163fb493c842250b6023041a279 /libdiskfs | |
parent | 0e4c5cc421ead3d4824556e3495f9bac9572d908 (diff) |
(ports_dead_name): whoops.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dead-name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dead-name.c b/libdiskfs/dead-name.c index 966e1a4b..f5b641d2 100644 --- a/libdiskfs/dead-name.c +++ b/libdiskfs/dead-name.c @@ -23,7 +23,7 @@ void ports_dead_name (void *notify, mach_port_t dead_name) { - struct protid *pi = ports_lookup_port (diskfs_port_bucket, port, + struct protid *pi = ports_lookup_port (diskfs_port_bucket, dead_name, diskfs_protid_class); struct node *np; |