diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:32:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:32:09 +0000 |
commit | 4489593ffadfa5ef9cb7c1f1f08799a3288ae5a8 (patch) | |
tree | b336e657affb2a7673741e130863549705d9433e | |
parent | ac37364ab7f9f487ee0fbfdf72de5318b0b4920f (diff) |
(diskfs_S_fsys_getfile): Include "fsys_S.h". New parms REPLY and
REPLYTYPE.
-rw-r--r-- | libdiskfs/fsys-getfile.c | 3 |
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)), |