diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-01 21:09:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-01 21:09:34 +0000 |
commit | f9c7232e9992fcf73e4efa905df226f3738bddf2 (patch) | |
tree | 3ff6a20c48099bab813190c6572cd12ca5ea3f71 | |
parent | 143e3aae149f43747dc6c1466c18daf87d339cad (diff) |
(netfs_S_file_exec): Remove stub.
-rw-r--r-- | libnetfs/fsstubs.c | 33 |
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) |