From 4327dfc935ff06f2b82fd5346eb4460630bd48c4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 28 Aug 1995 20:57:08 +0000 Subject: (S_fsys_forward): New stub function. --- exec/exec.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/exec/exec.c b/exec/exec.c index 562e49d8..93aa6906 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -1906,8 +1906,12 @@ S_fsys_init (fsys_t fsys, return EOPNOTSUPP; } - - +kern_return_t +S_fsys_forward (fsys_t fsys, mach_port_t requestor, + char *argv, mach_msg_type_name_t argvlen) +{ + return EOPNOTSUPP; +} /* RPC sent on the bootstrap port. */ -- cgit v1.2.3