diff --git a/src/dev/devAiDvx2502.c b/src/dev/devAiDvx2502.c index dfabcfd21..c3a562ccf 100644 --- a/src/dev/devAiDvx2502.c +++ b/src/dev/devAiDvx2502.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 12-02-91 jba Added cmd control to io-interrupt processing * .03 12-12-91 jba Set cmd to zero in io-interrupt processing + * .04 03-13-92 jba ANSI C changes * ... */ @@ -41,6 +42,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devAiSoft.c b/src/dev/devAiSoft.c index 6a5ccf1ab..e15e3a9f1 100644 --- a/src/dev/devAiSoft.c +++ b/src/dev/devAiSoft.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devAiSoftRaw.c b/src/dev/devAiSoftRaw.c index 9dafd5546..f0bfafa84 100644 --- a/src/dev/devAiSoftRaw.c +++ b/src/dev/devAiSoftRaw.c @@ -32,6 +32,7 @@ * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 03-04-92 jba Added special_linconv + * .03 03-13-92 jba ANSI C changes * ... */ diff --git a/src/dev/devAiTestAsyn.c b/src/dev/devAiTestAsyn.c index 1b244a25d..89147ac10 100644 --- a/src/dev/devAiTestAsyn.c +++ b/src/dev/devAiTestAsyn.c @@ -32,6 +32,7 @@ * ----------------- * .01 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .02 02-05-92 jba Changed function arguments from paddr to precord + * .02 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,8 @@ #include #include #include +#include +#include #include #include @@ -122,7 +125,6 @@ static long read_ai(pai) struct aiRecord *pai; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pai->dpvt); int wait_time; diff --git a/src/dev/devAiXy566Di.c b/src/dev/devAiXy566Di.c index 07f42cf0d..d26d49f06 100644 --- a/src/dev/devAiXy566Di.c +++ b/src/dev/devAiXy566Di.c @@ -31,12 +31,14 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ #include #include #include +#include #include #include diff --git a/src/dev/devAiXy566DiL.c b/src/dev/devAiXy566DiL.c index 7e8007aec..86cf94d41 100644 --- a/src/dev/devAiXy566DiL.c +++ b/src/dev/devAiXy566DiL.c @@ -33,12 +33,14 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 12-02-91 jba Added cmd control to io-interrupt processing * .03 12-12-91 jba Set cmd to zero in io-interrupt processing + * .04 03-13-92 jba ANSI C changes * ... */ #include #include #include +#include #include #include diff --git a/src/dev/devAiXy566Se.c b/src/dev/devAiXy566Se.c index cc03e4a74..5a61b8d80 100644 --- a/src/dev/devAiXy566Se.c +++ b/src/dev/devAiXy566Se.c @@ -31,12 +31,14 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ #include #include #include +#include #include #include diff --git a/src/dev/devAoSoft.c b/src/dev/devAoSoft.c index cc305b45e..40922e30f 100644 --- a/src/dev/devAoSoft.c +++ b/src/dev/devAoSoft.c @@ -32,12 +32,14 @@ * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 02-05-92 jba Changed function arguments from paddr to precord + * .03 03-13-92 jba ANSI C changes * ... */ #include #include #include +#include #include #include diff --git a/src/dev/devAoSoftRaw.c b/src/dev/devAoSoftRaw.c index 50fcce997..b7b0422be 100644 --- a/src/dev/devAoSoftRaw.c +++ b/src/dev/devAoSoftRaw.c @@ -31,6 +31,7 @@ * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 03-04-92 jba Added special_linconv + * .03 03-13-92 jba ANSI C changes * ... */ diff --git a/src/dev/devAoTestAsyn.c b/src/dev/devAoTestAsyn.c index d5b5440e0..b1a45423e 100644 --- a/src/dev/devAoTestAsyn.c +++ b/src/dev/devAoTestAsyn.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -41,6 +42,8 @@ #include #include #include +#include +#include #include #include @@ -121,7 +124,6 @@ static long write_ao(pao) struct aoRecord *pao; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pao->dpvt); int wait_time; diff --git a/src/dev/devAoVmiVme4100.c b/src/dev/devAoVmiVme4100.c index 8dda03d86..d96d5c315 100644 --- a/src/dev/devAoVmiVme4100.c +++ b/src/dev/devAoVmiVme4100.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devBiMpv910.c b/src/dev/devBiMpv910.c index 4d14f7836..5d5fc4e11 100644 --- a/src/dev/devBiMpv910.c +++ b/src/dev/devBiMpv910.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devBiSoft.c b/src/dev/devBiSoft.c index ced045f81..7f0c14de2 100644 --- a/src/dev/devBiSoft.c +++ b/src/dev/devBiSoft.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devBiSoftRaw.c b/src/dev/devBiSoftRaw.c index 355215638..dc83ff982 100644 --- a/src/dev/devBiSoftRaw.c +++ b/src/dev/devBiSoftRaw.c @@ -32,6 +32,7 @@ * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 02-05-92 jba Changed function arguments from paddr to precord + * .02 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devBiTestAsyn.c b/src/dev/devBiTestAsyn.c index 99a3f74b0..4faa9ac87 100644 --- a/src/dev/devBiTestAsyn.c +++ b/src/dev/devBiTestAsyn.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -41,6 +42,8 @@ #include #include #include +#include +#include #include #include @@ -122,7 +125,6 @@ static long read_bi(pbi) struct biRecord *pbi; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pbi->dpvt); int wait_time; diff --git a/src/dev/devBiXVme210.c b/src/dev/devBiXVme210.c index f8bb9ad05..2c1a0cde1 100644 --- a/src/dev/devBiXVme210.c +++ b/src/dev/devBiXVme210.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devBoMpv902.c b/src/dev/devBoMpv902.c index 28d25ca50..20baab41c 100644 --- a/src/dev/devBoMpv902.c +++ b/src/dev/devBoMpv902.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devBoSoft.c b/src/dev/devBoSoft.c index ffb499bef..3af20378d 100644 --- a/src/dev/devBoSoft.c +++ b/src/dev/devBoSoft.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devBoTestAsyn.c b/src/dev/devBoTestAsyn.c index 1f6860632..05829f717 100644 --- a/src/dev/devBoTestAsyn.c +++ b/src/dev/devBoTestAsyn.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -42,6 +43,8 @@ #include #include #include +#include +#include #include #include @@ -121,7 +124,6 @@ static long write_bo(pbo) struct boRecord *pbo; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pbo->dpvt); int wait_time; diff --git a/src/dev/devBoXVme220.c b/src/dev/devBoXVme220.c index 93711fadd..0c7c821bc 100644 --- a/src/dev/devBoXVme220.c +++ b/src/dev/devBoXVme220.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devEventSoft.c b/src/dev/devEventSoft.c index e6ad037a0..44a6318b2 100644 --- a/src/dev/devEventSoft.c +++ b/src/dev/devEventSoft.c @@ -30,12 +30,14 @@ * Modification Log: * ----------------- * .00 12-13-91 jba Initial definition + * .02 03-13-92 jba ANSI C changes */ #include #include #include +#include #include #include @@ -69,7 +71,6 @@ static long init_record(pevent) struct eventRecord *pevent; { char message[100]; - int precision; /* event.inp must be a CONSTANT or a PV_LINK or a DB_LINK or a CA_LINK*/ switch (pevent->inp.type) { diff --git a/src/dev/devEventTestIoEvent.c b/src/dev/devEventTestIoEvent.c index e3236ebd7..423e67982 100644 --- a/src/dev/devEventTestIoEvent.c +++ b/src/dev/devEventTestIoEvent.c @@ -30,6 +30,7 @@ * Modification Log: * ----------------- * .00 12-13-91 jba Initial definition + * .02 03-13-92 jba ANSI C changes * ... */ @@ -37,6 +38,7 @@ #include #include #include +#include #include #include @@ -89,7 +91,6 @@ static long get_ioint_info( static long read_event(pevent) struct eventRecord *pevent; { - char message[100]; int wait_time; wait_time = (int)(pevent->proc * vxTicksPerSecond); diff --git a/src/dev/devHistogramSoft.c b/src/dev/devHistogramSoft.c index 0a9a5c42f..2fdab404b 100644 --- a/src/dev/devHistogramSoft.c +++ b/src/dev/devHistogramSoft.c @@ -31,6 +31,7 @@ * ----------------- * .01 mm-dd-yy iii Comment * .02 mm-dd-yy iii Comment + * .03 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devHistogramTestAsyn.c b/src/dev/devHistogramTestAsyn.c index 936ac8f83..ecc598c65 100644 --- a/src/dev/devHistogramTestAsyn.c +++ b/src/dev/devHistogramTestAsyn.c @@ -32,6 +32,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,8 @@ #include #include #include +#include +#include #include #include @@ -118,7 +121,6 @@ static long read_histogram(phistogram) struct histogramRecord *phistogram; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(phistogram->dpvt); int wait_time; diff --git a/src/dev/devLiSoft.c b/src/dev/devLiSoft.c index 045247b84..a0870f325 100644 --- a/src/dev/devLiSoft.c +++ b/src/dev/devLiSoft.c @@ -30,12 +30,14 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes */ #include #include #include +#include #include #include diff --git a/src/dev/devLoSoft.c b/src/dev/devLoSoft.c index a6d4c0620..7c85bd2c2 100644 --- a/src/dev/devLoSoft.c +++ b/src/dev/devLoSoft.c @@ -30,11 +30,13 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes */ #include #include #include +#include #include #include diff --git a/src/dev/devMbbiMpv910.c b/src/dev/devMbbiMpv910.c index 58b450683..1647c8020 100644 --- a/src/dev/devMbbiMpv910.c +++ b/src/dev/devMbbiMpv910.c @@ -32,6 +32,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devMbbiSoft.c b/src/dev/devMbbiSoft.c index ac361e018..b2aa85550 100644 --- a/src/dev/devMbbiSoft.c +++ b/src/dev/devMbbiSoft.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devMbbiSoftRaw.c b/src/dev/devMbbiSoftRaw.c index 56cb0ff81..f5832829c 100644 --- a/src/dev/devMbbiSoftRaw.c +++ b/src/dev/devMbbiSoftRaw.c @@ -32,6 +32,7 @@ * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 02-05-92 jba Changed function arguments from paddr to precord + * .03 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devMbbiTestAsyn.c b/src/dev/devMbbiTestAsyn.c index 61b240795..2a063805a 100644 --- a/src/dev/devMbbiTestAsyn.c +++ b/src/dev/devMbbiTestAsyn.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -41,6 +42,8 @@ #include #include #include +#include +#include #include #include @@ -121,7 +124,6 @@ static long read_mbbi(pmbbi) struct mbbiRecord *pmbbi; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pmbbi->dpvt); int wait_time; diff --git a/src/dev/devMbbiXVme210.c b/src/dev/devMbbiXVme210.c index 4ca587dd1..1e6014316 100644 --- a/src/dev/devMbbiXVme210.c +++ b/src/dev/devMbbiXVme210.c @@ -32,6 +32,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devMbboMpv902.c b/src/dev/devMbboMpv902.c index 3658ab501..df53aaa52 100644 --- a/src/dev/devMbboMpv902.c +++ b/src/dev/devMbboMpv902.c @@ -32,6 +32,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devMbboSoft.c b/src/dev/devMbboSoft.c index fad637349..851a98a06 100644 --- a/src/dev/devMbboSoft.c +++ b/src/dev/devMbboSoft.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devMbboTestAsyn.c b/src/dev/devMbboTestAsyn.c index 84b98a7fb..9df78820a 100644 --- a/src/dev/devMbboTestAsyn.c +++ b/src/dev/devMbboTestAsyn.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -41,6 +42,8 @@ #include #include #include +#include +#include #include #include @@ -121,7 +124,6 @@ static long write_mbbo(pmbbo) struct mbboRecord *pmbbo; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pmbbo->dpvt); int wait_time; diff --git a/src/dev/devMbboXVme220.c b/src/dev/devMbboXVme220.c index be5fe3527..06b2a665d 100644 --- a/src/dev/devMbboXVme220.c +++ b/src/dev/devMbboXVme220.c @@ -32,6 +32,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -39,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devMz8310.c b/src/dev/devMz8310.c index 4c9640782..b807b81ca 100644 --- a/src/dev/devMz8310.c +++ b/src/dev/devMz8310.c @@ -33,6 +33,7 @@ * .02 11-26-91 jba Initialized clockDiv to 0 * .03 12-11-91 jba Moved set of alarm stat and sevr to macros * .04 01-14-92 mrk Added interrupt support + * .05 03-13-92 jba ANSI C changes * ... */ @@ -46,6 +47,7 @@ #include #include #include +#include #include <68k/iv.h> #include diff --git a/src/dev/devPtSoft.c b/src/dev/devPtSoft.c index c7baa4f46..04daadad9 100644 --- a/src/dev/devPtSoft.c +++ b/src/dev/devPtSoft.c @@ -30,6 +30,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -37,6 +38,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devSiSoft.c b/src/dev/devSiSoft.c index e3e8034fe..33c330cf4 100644 --- a/src/dev/devSiSoft.c +++ b/src/dev/devSiSoft.c @@ -30,12 +30,14 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes */ #include #include #include +#include #include #include @@ -69,7 +71,6 @@ static long init_record(pstringin) struct stringinRecord *pstringin; { char message[100]; - int precision; /* stringin.inp must be a CONSTANT or a PV_LINK or a DB_LINK or a CA_LINK*/ switch (pstringin->inp.type) { diff --git a/src/dev/devSiTestAsyn.c b/src/dev/devSiTestAsyn.c index 479e4c250..3971036ce 100644 --- a/src/dev/devSiTestAsyn.c +++ b/src/dev/devSiTestAsyn.c @@ -32,6 +32,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -40,6 +41,8 @@ #include #include #include +#include +#include #include #include @@ -122,7 +125,6 @@ static long read_stringin(pstringin) struct stringinRecord *pstringin; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pstringin->dpvt); int wait_time; diff --git a/src/dev/devSoSoft.c b/src/dev/devSoSoft.c index 03497f100..9cad5be02 100644 --- a/src/dev/devSoSoft.c +++ b/src/dev/devSoSoft.c @@ -30,11 +30,13 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes */ #include #include #include +#include #include #include diff --git a/src/dev/devSoTestAsyn.c b/src/dev/devSoTestAsyn.c index 3a88637e1..7c29074e3 100644 --- a/src/dev/devSoTestAsyn.c +++ b/src/dev/devSoTestAsyn.c @@ -32,6 +32,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -40,6 +41,8 @@ #include #include #include +#include +#include #include #include @@ -119,7 +122,6 @@ static long write_stringout(pstringout) struct stringoutRecord *pstringout; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pstringout->dpvt); int wait_time; diff --git a/src/dev/devWfJoergerVtr1.c b/src/dev/devWfJoergerVtr1.c index 635468205..336391a5e 100644 --- a/src/dev/devWfJoergerVtr1.c +++ b/src/dev/devWfJoergerVtr1.c @@ -35,6 +35,7 @@ * .03 12-12-91 jba Set cmd to zero in io-interrupt processing * .04 02-05-92 jba Changed function arguments from paddr to precord * .05 02-28-92 jba Changed callback handling, ANSI C changes + * .06 03-13-92 jba ANSI C changes * ... */ @@ -42,6 +43,7 @@ #include #include #include +#include #include #include diff --git a/src/dev/devWfSoft.c b/src/dev/devWfSoft.c index 76a24e013..1a52eeb3c 100644 --- a/src/dev/devWfSoft.c +++ b/src/dev/devWfSoft.c @@ -31,6 +31,7 @@ * Modification Log: * ----------------- * .01 11-11-91 jba Moved set of alarm stat and sevr to macros + * .02 03-13-92 jba ANSI C changes * ... */ @@ -38,6 +39,7 @@ #include #include #include +#include #include #include @@ -95,7 +97,7 @@ static long read_wf(pwf) struct waveformRecord *pwf; { char message[100]; - long status,options,nRequest; + long options,nRequest; /* wf.inp must be a CONSTANT or a DB_LINK or a CA_LINK*/ switch (pwf->inp.type) { diff --git a/src/dev/devWfTestAsyn.c b/src/dev/devWfTestAsyn.c index 26918894f..91315b82d 100644 --- a/src/dev/devWfTestAsyn.c +++ b/src/dev/devWfTestAsyn.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 01-08-92 jba Added cast in call to wdStart to avoid compile warning msg * .03 02-05-92 jba Changed function arguments from paddr to precord + * .04 03-13-92 jba ANSI C changes * ... */ @@ -41,6 +42,8 @@ #include #include #include +#include +#include #include #include @@ -119,7 +122,6 @@ static long read_wf(pwf) struct waveformRecord *pwf; { char message[100]; - long status,options,nRequest; struct callback *pcallback=(struct callback *)(pwf->dpvt); int wait_time; diff --git a/src/dev/devWfXy566Sc.c b/src/dev/devWfXy566Sc.c index efb9c6d8b..3d312532a 100644 --- a/src/dev/devWfXy566Sc.c +++ b/src/dev/devWfXy566Sc.c @@ -33,6 +33,7 @@ * .01 11-11-91 jba Moved set of alarm stat and sevr to macros * .02 02-05-92 jba Changed function arguments from paddr to precord * .03 02-28-92 jba Changed callback handling, ANSI C changes + * .02 03-13-92 jba ANSI C changes * ... */