X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/142c84fea054ea7f543ed9693f2416b2c4bfd806..961945a80c6f995f4567dbce8881af0bbdee211c:/usr/src/sys/vax/uba/rk.c diff --git a/usr/src/sys/vax/uba/rk.c b/usr/src/sys/vax/uba/rk.c index 8549fb36ab..7f170057ba 100644 --- a/usr/src/sys/vax/uba/rk.c +++ b/usr/src/sys/vax/uba/rk.c @@ -1,4 +1,4 @@ -/* rk.c 4.50 82/11/26 */ +/* rk.c 4.51 82/12/17 */ #include "rk.h" #if NHK > 0 @@ -18,13 +18,14 @@ int rkbdebug; * TODO: * Learn why we lose an interrupt sometime when spinning drives down */ +#include "../machine/pte.h" + #include "../h/param.h" #include "../h/systm.h" #include "../h/buf.h" #include "../h/conf.h" #include "../h/dir.h" #include "../h/user.h" -#include "../h/pte.h" #include "../h/map.h" #include "../h/vm.h" #include "../h/dk.h"