diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:27:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:27:07 +0000 |
commit | c1ed304a50e1551cf5a4cb87f637b18edfcbbaac (patch) | |
tree | ddf602a6a1ba1dc0ccefe5d6f4dd0cdfce94105a | |
parent | 43eb6a2cf0df2966178f1c4c424f7ee27194c4d6 (diff) |
(struct mom_port_ref): Delete members `lock' and `refcnt'.
-rw-r--r-- | libmom/mom-kerndep.h | 2 |
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 */ |