diff --git a/src/dev/devVxiTDM.c b/src/dev/devVxiTDM.c index 953d35826..1ce9bd96d 100644 --- a/src/dev/devVxiTDM.c +++ b/src/dev/devVxiTDM.c @@ -30,6 +30,8 @@ * Modification Log: * ----------------- * .01 08-20-92 jbk Initial Implementation + * .02 02-16-92 joh vxi incl name change & cpu + * independent int vector include * ... */ @@ -72,8 +74,8 @@ #include #include #include -#include <68k/iv.h> -#include +#include +#include #include #include diff --git a/src/drv/drvHpe1368a.c b/src/drv/drvHpe1368a.c index 4f85a85fb..2b4b8cdb3 100644 --- a/src/drv/drvHpe1368a.c +++ b/src/drv/drvHpe1368a.c @@ -38,10 +38,9 @@ * */ -static char *sccsId = "$Id$\t$Date$" +static char *sccsId = "$Id$\t$Date$"; #include -#include #ifdef V5_vxWorks # include #else diff --git a/src/drv/drvOms.c b/src/drv/drvOms.c index 7a96d5933..eea3fef79 100644 --- a/src/drv/drvOms.c +++ b/src/drv/drvOms.c @@ -642,7 +642,7 @@ i = 0; * A taskDelay makes a 68040 * wait frequently */ -# ifdef 0 +# if 0 taskDelay(1); # endif } @@ -657,7 +657,7 @@ i = 0; * A taskDelay makes a 68040 * wait frequently */ -# ifdef 0 +# if 0 taskDelay(1); # endif }