summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-11 21:37:43 +0000
committerRoland McGrath <roland@gnu.org>2002-06-11 21:37:43 +0000
commit10426e54ac687daedaf9473333f9ce164316cbaa (patch)
tree3b5efc90d18367698568196c321224c37376a78d /boot
parentb5b24837bba07e623cdf35f7bb1161ca2bcbdacb (diff)
2002-06-08 Roland McGrath <roland@frob.com>
* boot.c (S_io_identity): Use ino_t for FILENO.
Diffstat (limited to 'boot')
-rw-r--r--boot/boot.c2
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;
}