From d8312c6aacd7d06416947cccd0549c6d615d32aa Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 21 Mar 1994 22:02:50 +0000 Subject: Formerly init.c.~3~ --- init/init.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'init') diff --git a/init/init.c b/init/init.c index 2d3933d4..6b01964d 100644 --- a/init/init.c +++ b/init/init.c @@ -19,11 +19,24 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell and Roland McGrath. */ +#include +#include +#include +#include +#include +#include + +#include "startup_reply.h" + +mach_port_t startup; + int main (int argc, char **argv) { int err; mach_port_t bootport; + int i; + mach_port_t ports[INIT_PORT_MAX]; /* Fetch a port to the bootstrap filesystem, the host priv and master device ports, and the console */ -- cgit v1.2.3