diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:42:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:42:10 +0000 |
commit | e428c76ce419b0c62b5a2eccfa55675bebfa45f3 (patch) | |
tree | 69617e59839e92b7187e47fa27a03a140fec6f55 | |
parent | 018b1fd46602130ccad13b09287d15a49b4b8c76 (diff) |
(trivfs_S_io_identity):
-rw-r--r-- | libtrivfs/io-identity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/io-identity.c b/libtrivfs/io-identity.c index 94c5d68d..1232dcb4 100644 --- a/libtrivfs/io-identity.c +++ b/libtrivfs/io-identity.c @@ -46,6 +46,6 @@ trivfs_S_io_identity (struct trivfs_protid *cred, *idport_type = MACH_MSG_TYPE_MAKE_SEND; *fsidport = cred->po->cntl->filesys_id; *fsidport_type = MACH_MSG_TYPE_MAKE_SEND; - *fileno = st.st_fileno; + *fileno = st.st_ino; return 0; } |