From f6c8fbc8305e2808664c95273277dc75fe0e010f Mon Sep 17 00:00:00 2001 From: Gunther Date: Fri, 26 Jun 1992 09:29:37 +0000 Subject: [PATCH] Added level to dvx_io_report in drvDvx structure. --- src/drv/drvDvx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/drv/drvDvx.c b/src/drv/drvDvx.c index 637841d47..8b4ee3cbf 100644 --- a/src/drv/drvDvx.c +++ b/src/drv/drvDvx.c @@ -1,5 +1,6 @@ /* drvDvx.c */ +/* drvDvx.c - Driver Support Routines for Dvx */ /* share/src/drv $Id$ */ #include #include @@ -83,9 +84,9 @@ * ai_addrs[DVX2502]in module_types.h. Also moved DVX_IVECO * to module_types.h. * BG 6/23/92 combined dvx_driver.c and drvDvx.c + * BG 6/26/92 added level to dvx_io_report in drvDvx structure. */ -/* drvDvx.c - Driver Support Routines for Dvx */ /* If any of the following does not exist replace it with #define <> NULL */ @@ -106,7 +107,7 @@ static long report(fp) { register int i; - dvx_io_report(); + dvx_io_report(level); } static long init()