jba removed process from dev init_record parms

This commit is contained in:
Janet B. Anderson
1992-04-17 15:09:52 +00:00
parent 20c2e25615
commit c46e0937ca
17 changed files with 35 additions and 18 deletions

View File

@@ -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);
}