From f1372448daab78fe5cd7c0b271d33c7371352247 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 14:58:30 +0000 Subject: (trivfs_control): Renamed member `protid_types' to be `protid_class' and changed type to be `stroct port_class *'. --- libtrivfs/trivfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtrivfs') 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; }; -- cgit v1.2.3