diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 22:17:31 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 22:17:31 +0000 |
| commit | d20407191cad77a8e7a936e82ee117c459e3ebf5 (patch) | |
| tree | ddaaab4d3614826c260af10e220134d41f16e458 | |
| parent | 493344679fa12fe74cee6b67bfeea2cecb7e0ef5 (diff) | |
Formerly trivfs.h.~5~
| -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 |
