diff options
-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; |