Changed to work with vxWorks 5.1 and GCC 2.2.3.

This commit is contained in:
Janet B. Anderson
1993-06-04 08:45:09 +00:00
parent 465478eb90
commit fd8354b811
3 changed files with 6 additions and 6 deletions

View File

@@ -50,8 +50,8 @@ static long ioc_log_port;
static struct in_addr ioc_log_addr;
int iocLogInit();
int getConfig();
void failureNoptify();
static int getConfig();
static void failureNoptify();
/*

View File

@@ -50,8 +50,8 @@ static char *sccsID =
static char *ignore_list[] = {"_excStub","_excIntStub"};
int veclist(int);
int cISRTest(void (*)(), void (**)(), void **);
void *fetch_pointer(unsigned char *);
static int cISRTest(void (*)(), void (**)(), void **);
static void *fetch_pointer(unsigned char *);
/*

View File

@@ -50,8 +50,8 @@ static char *sccsID =
static char *ignore_list[] = {"_excStub","_excIntStub"};
int veclist(int);
int cISRTest(void (*)(), void (**)(), void **);
void *fetch_pointer(unsigned char *);
static int cISRTest(void (*)(), void (**)(), void **);
static void *fetch_pointer(unsigned char *);
/*