summaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-getfile.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-26 23:32:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-26 23:32:09 +0000
commit4489593ffadfa5ef9cb7c1f1f08799a3288ae5a8 (patch)
treeb336e657affb2a7673741e130863549705d9433e /libdiskfs/fsys-getfile.c
parentac37364ab7f9f487ee0fbfdf72de5318b0b4920f (diff)
(diskfs_S_fsys_getfile): Include "fsys_S.h". New parms REPLY and
REPLYTYPE.
Diffstat (limited to 'libdiskfs/fsys-getfile.c')
-rw-r--r--libdiskfs/fsys-getfile.c3
1 files changed, 3 insertions, 0 deletions
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)),