diff --git a/src/drv/drvEpvxi.c b/src/drv/drvEpvxi.c index 8e41e71d0..0b9d9e993 100644 --- a/src/drv/drvEpvxi.c +++ b/src/drv/drvEpvxi.c @@ -1,5 +1,6 @@ /* - * routines for the VXI device support and resource management + * $Id$ + * Routines for the VXI device support and resource management. * * * @@ -140,7 +141,7 @@ static char *sccsId = "$Id$\t$Date$"; #include #define SRCepvxiLib /* allocate externals here */ -#include +#include #define NICPU030 diff --git a/src/drv/drvEpvxiMsg.c b/src/drv/drvEpvxiMsg.c index 65a0ecc3b..17eade50e 100644 --- a/src/drv/drvEpvxiMsg.c +++ b/src/drv/drvEpvxiMsg.c @@ -1,5 +1,5 @@ /* - * epvxiMsgLib.c + * $Id$ * * driver for VXI message based devices * @@ -47,7 +47,7 @@ static char *sccsId = "$Id$\t$Date$"; #include #include -#include +#include #include #ifdef V5_vxWorks # include @@ -1106,7 +1106,6 @@ vxiHP1404MsgSignalSetup() return ERROR; } -logMsg("found HP1404 device\n"); msgCommanderLA = hpMsgLA; hpE1404SignalConnect(hpRegLA, signalHandler);