--- researchv9/sys/boot/stand/bootxx.c 2018/04/24 17:21:59 1.1 +++ researchv9/sys/boot/stand/bootxx.c 2018/04/24 17:31:11 1.1.1.2 @@ -1,12 +1,7 @@ -/* - * @(#)bootxx.c 1.1 86/02/03 Copyright (c) 1985 by Sun Microsystems, Inc. - */ +#include -#include "saio.h" -#include -#include "../h/vm.h" -#include "../h/reboot.h" -#include "../mon/sunromvec.h" +/* Dummy device table to satisfy external references */ +struct boottab *(devsw[]) = {(struct boottab *)0, }; int (*readfile()) ();