From fa98861ff9e03a4fcc737a37b6cbd2291982d92c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Jun 2002 21:40:10 +0000 Subject: 2002-06-07 Roland McGrath * trivfs.h (trivfs_modify_stat): Use io_statbuf_t instead of struct stat. --- libtrivfs/trivfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtrivfs') diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index dc32b0e4..1e298dc4 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation + Copyright (C) 1994,95,96,97,99,2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -98,7 +98,7 @@ extern int trivfs_cntl_nportclasses; stat (as returned from the underlying node) for presentation to callers of io_stat. It is permissable for this function to do nothing. */ -void trivfs_modify_stat (struct trivfs_protid *cred, struct stat *); +void trivfs_modify_stat (struct trivfs_protid *cred, io_statbuf_t *); /* If this variable is set, it is called to find out what access this file permits to USER instead of checking the underlying node. -- cgit v1.2.3