diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:38:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:38:31 +0000 |
commit | be25112ecbb88063a639690c0001bb57439460ce (patch) | |
tree | a9b7f18ee3faf242edd96282deac69883d8848e0 /libdiskfs | |
parent | 7fca9296d67f70a8a643d5d5a176b3202eb04d64 (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* io-identity.c (diskfs_S_io_identity): Use ino_t for FILENO.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-identity.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |