jba removed process from dev init_record parms
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
* .02 02-05-92 jba Changed function arguments from paddr to precord
|
||||
* .03 02-28-92 jba ANSI C changes
|
||||
* .04 04-10-92 jba pact now used to test for asyn processing, not status
|
||||
* .05 04-18-92 jba removed process from dev init_record parms
|
||||
*/
|
||||
|
||||
|
||||
@@ -116,7 +117,7 @@ static long init_record(pstringin)
|
||||
return(S_dev_missingSup);
|
||||
}
|
||||
if( pdset->init_record ) {
|
||||
if((status=(*pdset->init_record)(pstringin,process))) return(status);
|
||||
if((status=(*pdset->init_record)(pstringin))) return(status);
|
||||
}
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user