From be25112ecbb88063a639690c0001bb57439460ce Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Jun 2002 21:38:31 +0000 Subject: 2002-06-08 Roland McGrath * io-identity.c (diskfs_S_io_identity): Use ino_t for FILENO. --- libdiskfs/io-identity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/io-identity.c') diff --git a/libdiskfs/io-identity.c b/libdiskfs/io-identity.c index 1b7ab108..6f4e7546 100644 --- a/libdiskfs/io-identity.c +++ b/libdiskfs/io-identity.c @@ -1,5 +1,5 @@ /* libdiskfs implementation of io_identity RPC - Copyright (C) 1996, 1997, 1998, 2001 Free Software Foundation, Inc. + Copyright (C) 1996,97,98,2001,02 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -28,7 +28,7 @@ diskfs_S_io_identity (struct protid *cred, mach_msg_type_name_t *idtype, mach_port_t *fsys, mach_msg_type_name_t *fsystype, - int *fileno) + ino_t *fileno) { struct node *np; error_t err; -- cgit v1.2.3