From 4489593ffadfa5ef9cb7c1f1f08799a3288ae5a8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 23:32:09 +0000 Subject: (diskfs_S_fsys_getfile): Include "fsys_S.h". New parms REPLY and REPLYTYPE. --- libdiskfs/fsys-getfile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdiskfs') diff --git a/libdiskfs/fsys-getfile.c b/libdiskfs/fsys-getfile.c index afa45149..90352ead 100644 --- a/libdiskfs/fsys-getfile.c +++ b/libdiskfs/fsys-getfile.c @@ -20,9 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ #include "priv.h" +#include "fsys_S.h" error_t diskfs_S_fsys_getfile (mach_port_t fsys __attribute__ ((unused)), + mach_port_t reply, + mach_msg_type_name_t replytype, uid_t *gen_uids __attribute__ ((unused)), u_int ngen_uids __attribute__ ((unused)), uid_t *gen_gids __attribute__ ((unused)), -- cgit v1.2.3