diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:37:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:37:43 +0000 |
commit | 10426e54ac687daedaf9473333f9ce164316cbaa (patch) | |
tree | 3b5efc90d18367698568196c321224c37376a78d /boot/boot.c | |
parent | b5b24837bba07e623cdf35f7bb1161ca2bcbdacb (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* boot.c (S_io_identity): Use ino_t for FILENO.
Diffstat (limited to 'boot/boot.c')
-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; } |