summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-25 21:27:07 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-25 21:27:07 +0000
commitebda81ebd02a68201d44e1751d3c53769e401531 (patch)
tree60364f19db541d6a217a13bcac25fec47280eb69
parentd2aaaf3ee825d49d3ca2c61bcbda7de3775b7ece (diff)
(struct mom_port_ref): Delete members `lock' and `refcnt'.
-rw-r--r--libmom/mom-kerndep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmom/mom-kerndep.h b/libmom/mom-kerndep.h
index d14bc246..7c12423d 100644
--- a/libmom/mom-kerndep.h
+++ b/libmom/mom-kerndep.h
@@ -23,9 +23,7 @@
struct mom_port_ref
{
- spin_lock_t lock;
mach_port_t port;
- int refcnt;
};
/* Mach-specific functions */