summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-03-30 17:52:13 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-03-30 17:52:13 +0000
commit9a33b6ca7136cd3c9860794dabd57f28e4861798 (patch)
treed2f49a6346c9bc5d1bda27e8c7680d097b18f5e9 /libtrivfs/trivfs.h
parent429bf493920fc32a67c17dfcee4110dbe0f500d6 (diff)
(struct trivfs_control): Delete members `openshead' and `openstail'.
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h1
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. */