summaryrefslogtreecommitdiff
path: root/libnetfs/fsstubs.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-01 21:09:34 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-01 21:09:34 +0000
commitf9c7232e9992fcf73e4efa905df226f3738bddf2 (patch)
tree3ff6a20c48099bab813190c6572cd12ca5ea3f71 /libnetfs/fsstubs.c
parent143e3aae149f43747dc6c1466c18daf87d339cad (diff)
(netfs_S_file_exec): Remove stub.
Diffstat (limited to 'libnetfs/fsstubs.c')
-rw-r--r--libnetfs/fsstubs.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c
index 081a2248..d64cbc93 100644
--- a/libnetfs/fsstubs.c
+++ b/libnetfs/fsstubs.c
@@ -30,14 +30,6 @@ netfs_S_file_notice_changes (struct protid *user,
}
error_t
-netfs_S_file_get_translator (struct protid *user,
- char **translator,
- mach_msg_type_number_t *translen)
-{
- return EOPNOTSUPP;
-}
-
-error_t
netfs_S_file_get_translator_cntl (struct protid *user,
mach_port_t *trans,
mach_msg_type_name_t *transtype)
@@ -45,31 +37,6 @@ netfs_S_file_get_translator_cntl (struct protid *user,
return EOPNOTSUPP;
}
-error_t
-netfs_S_file_set_translator (struct protid *user,
- int pflags, int aflags,
- int gflags, char *passive,
- mach_msg_type_number_t passivelen,
- mach_port_t active)
-{
- return EOPNOTSUPP;
-}
-
-error_t
-netfs_S_file_exec (struct protid *user,
- task_t task,
- int flags,
- char *argv, mach_msg_type_number_t argvlen,
- char *envp, mach_msg_type_number_t envplen,
- mach_port_t *fds, mach_msg_type_number_t nfds,
- mach_port_t *ports, mach_msg_type_number_t nports,
- int *ints, mach_msg_type_number_t nints,
- mach_port_t *dealports, mach_msg_type_number_t ndealports,
- mach_port_t *destports, mach_msg_type_number_t ndestports)
-{
- return EOPNOTSUPP;
-}
-
error_t
netfs_S_file_getfh (struct protid *user,
char **data, mach_msg_type_number_t *ndata)