diff options
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/trivfs.h | 2 |
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; }; |