diff options
-rw-r--r-- | boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c index 1728ee4a..66054ea8 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1750,7 +1750,7 @@ S_io_identity (mach_port_t obj, mach_msg_type_name_t *idtype, mach_port_t *fsid, mach_msg_type_name_t *fsidtype, - int *fileno) + ino_t *fileno) { return EOPNOTSUPP; } |