From ad4c41a258853136b7966920fea75c0ef3f9d38d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 9 Nov 1994 06:54:31 +0000 Subject: Include and . (set_active_trans): Declare as void. --- exec/exec.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exec') diff --git a/exec/exec.c b/exec/exec.c index 833fdc71..9fd42a37 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#include +#include #include "exec_S.h" #include "fsys_S.h" #include "notify_S.h" @@ -1496,6 +1498,7 @@ do_mach_notify_no_senders (mach_port_t port, mach_port_mscount_t mscount) /* Attempt to set the active translator for the exec server so that filesystems other than the bootstrap can find it. */ +void set_active_trans () { file_t execnode; -- cgit v1.2.3