diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:40:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:40:34 +0000 |
commit | e9ab12d26077f096467976fdf3d57228cd052fd1 (patch) | |
tree | 400be0265723c53e62be1f3570a045aedc4a75b3 /pflocal | |
parent | db063700590d1a4f5d67dfe0450a34bfc1c19a54 (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* io.c (S_io_identity): Use ino_t for FILENO.
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/io.c b/pflocal/io.c index c6c0a387..bd9ecbdd 100644 --- a/pflocal/io.c +++ b/pflocal/io.c @@ -468,7 +468,7 @@ error_t S_io_identity (struct sock_user *user, mach_port_t *id, mach_msg_type_name_t *id_type, mach_port_t *fsys_id, mach_msg_type_name_t *fsys_id_type, - int *fileno) + ino_t *fileno) { static mach_port_t server_id = MACH_PORT_NULL; error_t err = 0; |