diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-30 17:52:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-30 17:52:13 +0000 |
commit | 9a33b6ca7136cd3c9860794dabd57f28e4861798 (patch) | |
tree | d2f49a6346c9bc5d1bda27e8c7680d097b18f5e9 /libtrivfs | |
parent | 429bf493920fc32a67c17dfcee4110dbe0f500d6 (diff) |
(struct trivfs_control): Delete members `openshead' and `openstail'.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/trivfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index a3895526..c3a4ab66 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -41,7 +41,6 @@ struct trivfs_control struct mutex lock; int protidtypes; mach_port_t underlying; - struct pending_open *openshead, *openstail; }; /* The user must define these variables. */ |