diff options
Diffstat (limited to 'libtrivfs/trivfs.h')
-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 8001ff8d..1af5994a 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -21,7 +21,7 @@ struct trivfs_protid struct port_info pi; int isroot; mach_port_t realnode; /* restricted permissions */ - struct control *cntl; + struct trivfs_control *cntl; }; struct trivfs_control |