diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 06:54:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 06:54:31 +0000 |
commit | ad4c41a258853136b7966920fea75c0ef3f9d38d (patch) | |
tree | 410ce269a525445aa6fc8dcd4672cbe945f9e037 /exec/exec.c | |
parent | b78a3e7d09b4f223a19a3f0482a082635c6ffb66 (diff) |
Include <hurd/paths.h> and <fcntl.h>.
(set_active_trans): Declare as void.
Diffstat (limited to 'exec/exec.c')
-rw-r--r-- | exec/exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <hurd/shared.h> #include <hurd/fsys.h> #include <hurd/exec.h> +#include <hurd/paths.h> +#include <fcntl.h> #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; |