ANSI C changes
This commit is contained in:
@@ -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 <types.h>
|
||||
#include <stdioLib.h>
|
||||
#include <wdLib.h>
|
||||
#include <memLib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <alarm.h>
|
||||
#include <callback.h>
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user