summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-27 14:58:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-27 14:58:30 +0000
commitf1372448daab78fe5cd7c0b271d33c7371352247 (patch)
tree0f780ae40504d8f597c2141f50d2d4784fd11852 /libtrivfs/trivfs.h
parent29de3b4d478adb5e084572e98affb959d0019b5d (diff)
(trivfs_control): Renamed member `protid_types' to be `protid_class'
and changed type to be `stroct port_class *'.
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h
index 1be771b6..e8d0b88a 100644
--- a/libtrivfs/trivfs.h
+++ b/libtrivfs/trivfs.h
@@ -39,7 +39,7 @@ struct trivfs_control
{
struct port_info pi;
struct mutex lock;
- int protidtypes;
+ struct port_class *protid_class;
mach_port_t underlying;
};