diff --git a/src/dev/softDev/devAiSoft.c b/src/dev/softDev/devAiSoft.c index 2e8c0d06d..e1c54df98 100644 --- a/src/dev/softDev/devAiSoft.c +++ b/src/dev/softDev/devAiSoft.c @@ -33,7 +33,7 @@ /* Create the dset for devAiSoft */ static long init_record(); static long read_ai(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devAiSoftRaw.c b/src/dev/softDev/devAiSoftRaw.c index 667c32975..5d77093d3 100644 --- a/src/dev/softDev/devAiSoftRaw.c +++ b/src/dev/softDev/devAiSoftRaw.c @@ -34,7 +34,7 @@ /* Create the dset for devAiSoftRaw */ static long init_record(aiRecord *pai); static long read_ai(aiRecord *pai); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devAoSoft.c b/src/dev/softDev/devAoSoft.c index 55a252758..7a4d6816a 100644 --- a/src/dev/softDev/devAoSoft.c +++ b/src/dev/softDev/devAoSoft.c @@ -38,7 +38,7 @@ static long init_record(); /* Create the dset for devAoSoft */ static long write_ao(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devAoSoftRaw.c b/src/dev/softDev/devAoSoftRaw.c index f3b2e553d..4b2bfa485 100644 --- a/src/dev/softDev/devAoSoftRaw.c +++ b/src/dev/softDev/devAoSoftRaw.c @@ -35,7 +35,7 @@ /* Create the dset for devAoSoftRaw */ static long write_ao(aoRecord *pao); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devBiSoft.c b/src/dev/softDev/devBiSoft.c index f1058f46a..b6155e925 100644 --- a/src/dev/softDev/devBiSoft.c +++ b/src/dev/softDev/devBiSoft.c @@ -31,7 +31,7 @@ /* Create the dset for devBiSoft */ static long init_record(); static long read_bi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devBiSoftRaw.c b/src/dev/softDev/devBiSoftRaw.c index a98ad93d6..10d217eeb 100644 --- a/src/dev/softDev/devBiSoftRaw.c +++ b/src/dev/softDev/devBiSoftRaw.c @@ -31,7 +31,7 @@ /* Create the dset for devBiSoftRaw */ static long init_record(); static long read_bi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devBoSoft.c b/src/dev/softDev/devBoSoft.c index f7ee97503..bd98caa57 100644 --- a/src/dev/softDev/devBoSoft.c +++ b/src/dev/softDev/devBoSoft.c @@ -38,7 +38,7 @@ static long init_record(); /* Create the dset for devBoSoft */ static long write_bo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devBoSoftRaw.c b/src/dev/softDev/devBoSoftRaw.c index 920a8f0e5..66cac54b2 100644 --- a/src/dev/softDev/devBoSoftRaw.c +++ b/src/dev/softDev/devBoSoftRaw.c @@ -38,7 +38,7 @@ static long init_record(); /* Create the dset for devBoSoftRaw */ static long write_bo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devEventSoft.c b/src/dev/softDev/devEventSoft.c index 72edc0382..48414eb2b 100644 --- a/src/dev/softDev/devEventSoft.c +++ b/src/dev/softDev/devEventSoft.c @@ -31,7 +31,7 @@ /* Create the dset for devEventSoft */ static long init_record(); static long read_event(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devHistogramSoft.c b/src/dev/softDev/devHistogramSoft.c index d36714faf..da85a570c 100644 --- a/src/dev/softDev/devHistogramSoft.c +++ b/src/dev/softDev/devHistogramSoft.c @@ -32,7 +32,7 @@ /* Create the dset for devHistogramSoft */ static long init_record(); static long read_histogram(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devLiSoft.c b/src/dev/softDev/devLiSoft.c index 1b4d6eb25..de811bcfb 100644 --- a/src/dev/softDev/devLiSoft.c +++ b/src/dev/softDev/devLiSoft.c @@ -32,7 +32,7 @@ static long init_record(); static long read_longin(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devLoSoft.c b/src/dev/softDev/devLoSoft.c index 6b07fdab5..dfd548ae9 100644 --- a/src/dev/softDev/devLoSoft.c +++ b/src/dev/softDev/devLoSoft.c @@ -30,7 +30,7 @@ /* Create the dset for devLoSoft */ static long init_record(); static long write_longout(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbbiDirectSoft.c b/src/dev/softDev/devMbbiDirectSoft.c index 7273bacc0..23fdd7dde 100644 --- a/src/dev/softDev/devMbbiDirectSoft.c +++ b/src/dev/softDev/devMbbiDirectSoft.c @@ -31,7 +31,7 @@ /* Create the dset for devMbbiSoft */ static long init_record(); static long read_mbbi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbbiDirectSoftRaw.c b/src/dev/softDev/devMbbiDirectSoftRaw.c index 3204e4b7d..8cc038cd9 100644 --- a/src/dev/softDev/devMbbiDirectSoftRaw.c +++ b/src/dev/softDev/devMbbiDirectSoftRaw.c @@ -31,7 +31,7 @@ /* Create the dset for devMbbiDirectSoftRaw */ static long init_record(); static long read_mbbi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbbiSoft.c b/src/dev/softDev/devMbbiSoft.c index 875f28638..a7d05dab3 100644 --- a/src/dev/softDev/devMbbiSoft.c +++ b/src/dev/softDev/devMbbiSoft.c @@ -31,7 +31,7 @@ /* Create the dset for devMbbiSoft */ static long init_record(); static long read_mbbi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbbiSoftRaw.c b/src/dev/softDev/devMbbiSoftRaw.c index 64b220df3..1a9985ad7 100644 --- a/src/dev/softDev/devMbbiSoftRaw.c +++ b/src/dev/softDev/devMbbiSoftRaw.c @@ -31,7 +31,7 @@ /* Create the dset for devMbbiSoftRaw */ static long init_record(); static long read_mbbi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbboDirectSoft.c b/src/dev/softDev/devMbboDirectSoft.c index 0c8e859b7..9449ad87b 100644 --- a/src/dev/softDev/devMbboDirectSoft.c +++ b/src/dev/softDev/devMbboDirectSoft.c @@ -31,7 +31,7 @@ /* Create the dset for devMbboSoft */ static long init_record(); static long write_mbbo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbboDirectSoftRaw.c b/src/dev/softDev/devMbboDirectSoftRaw.c index da5e6bfa0..d0f2ce48a 100644 --- a/src/dev/softDev/devMbboDirectSoftRaw.c +++ b/src/dev/softDev/devMbboDirectSoftRaw.c @@ -32,7 +32,7 @@ /* Create the dset for devMbboDirectSoftRaw */ static long init_record(); static long write_mbbo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbboSoft.c b/src/dev/softDev/devMbboSoft.c index 8aff9d403..89f45a699 100644 --- a/src/dev/softDev/devMbboSoft.c +++ b/src/dev/softDev/devMbboSoft.c @@ -31,7 +31,7 @@ /* Create the dset for devMbboSoft */ static long init_record(); static long write_mbbo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devMbboSoftRaw.c b/src/dev/softDev/devMbboSoftRaw.c index 9f07d63a4..cd298fe9e 100644 --- a/src/dev/softDev/devMbboSoftRaw.c +++ b/src/dev/softDev/devMbboSoftRaw.c @@ -30,7 +30,7 @@ /* Create the dset for devMbboSoftRaw */ static long init_record(); static long write_mbbo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devSASoft.c b/src/dev/softDev/devSASoft.c index e14fca654..1b0111238 100644 --- a/src/dev/softDev/devSASoft.c +++ b/src/dev/softDev/devSASoft.c @@ -33,7 +33,7 @@ static int sizeofTypes[] = {MAX_STRING_SIZE,1,1,2,2,4,4,4,8,2}; /* Create the dset for devSASoft */ static long init_record(); static long read_sa(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devSiSoft.c b/src/dev/softDev/devSiSoft.c index 3cb40343c..e007cbda4 100644 --- a/src/dev/softDev/devSiSoft.c +++ b/src/dev/softDev/devSiSoft.c @@ -32,7 +32,7 @@ /* Create the dset for devSiSoft */ static long init_record(); static long read_stringin(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devSoSoft.c b/src/dev/softDev/devSoSoft.c index 9b347b8d5..523067a6e 100644 --- a/src/dev/softDev/devSoSoft.c +++ b/src/dev/softDev/devSoSoft.c @@ -31,7 +31,7 @@ /* Create the dset for devSoSoft */ static long init_record(); static long write_stringout(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/softDev/devWfSoft.c b/src/dev/softDev/devWfSoft.c index d6da3276c..02296ecbf 100644 --- a/src/dev/softDev/devWfSoft.c +++ b/src/dev/softDev/devWfSoft.c @@ -36,7 +36,7 @@ /* Create the dset for devWfSoft */ static long init_record(); static long read_wf(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devAiTestAsyn.c b/src/dev/testDev/devAiTestAsyn.c index d33e97309..336c7245f 100644 --- a/src/dev/testDev/devAiTestAsyn.c +++ b/src/dev/testDev/devAiTestAsyn.c @@ -39,7 +39,7 @@ /* Create the dset for devAiTestAsyn */ static long init_record(); static long read_ai(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devAoTestAsyn.c b/src/dev/testDev/devAoTestAsyn.c index e7b8ca20b..55ff76e83 100644 --- a/src/dev/testDev/devAoTestAsyn.c +++ b/src/dev/testDev/devAoTestAsyn.c @@ -40,7 +40,7 @@ /* Create the dset for devAoTestAsyn */ static long init_record(); static long write_ao(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devBiTestAsyn.c b/src/dev/testDev/devBiTestAsyn.c index 0b2f129d4..20f01a175 100644 --- a/src/dev/testDev/devBiTestAsyn.c +++ b/src/dev/testDev/devBiTestAsyn.c @@ -39,7 +39,7 @@ /* Create the dset for devBiTestAsyn */ static long init_record(); static long read_bi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devBoTestAsyn.c b/src/dev/testDev/devBoTestAsyn.c index cd04b9417..34eded42a 100644 --- a/src/dev/testDev/devBoTestAsyn.c +++ b/src/dev/testDev/devBoTestAsyn.c @@ -40,7 +40,7 @@ /* Create the dset for devBoTestAsyn */ static long init_record(); static long write_bo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devEventTestIoEvent.c b/src/dev/testDev/devEventTestIoEvent.c index 12d78eacc..9689ea535 100644 --- a/src/dev/testDev/devEventTestIoEvent.c +++ b/src/dev/testDev/devEventTestIoEvent.c @@ -34,7 +34,7 @@ static long init_record(); static long get_ioint_info(); static long read_event(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devHistogramTestAsyn.c b/src/dev/testDev/devHistogramTestAsyn.c index 8f4af3d83..eb7ffc53c 100644 --- a/src/dev/testDev/devHistogramTestAsyn.c +++ b/src/dev/testDev/devHistogramTestAsyn.c @@ -35,7 +35,7 @@ /* Create the dset for devHistogramTestAsyn */ static long init_record(); static long read_histogram(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devMbbiTestAsyn.c b/src/dev/testDev/devMbbiTestAsyn.c index 1433b0cc5..af645241a 100644 --- a/src/dev/testDev/devMbbiTestAsyn.c +++ b/src/dev/testDev/devMbbiTestAsyn.c @@ -39,7 +39,7 @@ /* Create the dset for devMbbiTestAsyn */ static long init_record(); static long read_mbbi(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devMbboTestAsyn.c b/src/dev/testDev/devMbboTestAsyn.c index 904325578..2016320d9 100644 --- a/src/dev/testDev/devMbboTestAsyn.c +++ b/src/dev/testDev/devMbboTestAsyn.c @@ -40,7 +40,7 @@ /* Create the dset for devMbboTestAsyn */ static long init_record(); static long write_mbbo(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devSiTestAsyn.c b/src/dev/testDev/devSiTestAsyn.c index ffa85afd2..a8248883d 100644 --- a/src/dev/testDev/devSiTestAsyn.c +++ b/src/dev/testDev/devSiTestAsyn.c @@ -38,7 +38,7 @@ /* Create the dset for devSiTestAsyn */ static long init_record(); static long read_stringin(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devSoTestAsyn.c b/src/dev/testDev/devSoTestAsyn.c index aa6e599f9..26f6f31d7 100644 --- a/src/dev/testDev/devSoTestAsyn.c +++ b/src/dev/testDev/devSoTestAsyn.c @@ -39,7 +39,7 @@ /* Create the dset for devSoTestAsyn */ static long init_record(); static long write_stringout(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init; diff --git a/src/dev/testDev/devWfTestAsyn.c b/src/dev/testDev/devWfTestAsyn.c index d8296989c..a4b135423 100644 --- a/src/dev/testDev/devWfTestAsyn.c +++ b/src/dev/testDev/devWfTestAsyn.c @@ -39,7 +39,7 @@ /* Create the dset for devWfTestAsyn */ static long init_record(); static long read_wf(); -epicsShareExtern struct { +epicsShareDef struct { long number; DEVSUPFUN report; DEVSUPFUN init;