From e9ab12d26077f096467976fdf3d57228cd052fd1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Jun 2002 21:40:34 +0000 Subject: 2002-06-08 Roland McGrath * io.c (S_io_identity): Use ino_t for FILENO. --- pflocal/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pflocal') 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; -- cgit v1.2.3