Define USE_TYPED_DRVET, use drvet * instead of struct drvet *
This commit is contained in:
@@ -388,7 +388,7 @@ static void initDrvSup(void) /* Locate all driver support entry tables */
|
||||
|
||||
for (pdrvSup = (drvSup *)ellFirst(&pdbbase->drvList); pdrvSup;
|
||||
pdrvSup = (drvSup *)ellNext(&pdrvSup->node)) {
|
||||
struct drvet *pdrvet = registryDriverSupportFind(pdrvSup->name);
|
||||
drvet *pdrvet = registryDriverSupportFind(pdrvSup->name);
|
||||
|
||||
if (!pdrvet) {
|
||||
errlogPrintf("iocInit: driver %s not found\n", pdrvSup->name);
|
||||
|
||||
Reference in New Issue
Block a user