From fd8354b8114a7c52deb7ffcf7085fc4e9d344a34 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 4 Jun 1993 08:45:09 +0000 Subject: [PATCH] Changed to work with vxWorks 5.1 and GCC 2.2.3. --- src/libvxWorks/iocLogClient.c | 4 ++-- src/libvxWorks/veclist.c | 4 ++-- src/vxWorks/libvxWorks/veclist.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libvxWorks/iocLogClient.c b/src/libvxWorks/iocLogClient.c index 9b6471aac..9fdcc8605 100644 --- a/src/libvxWorks/iocLogClient.c +++ b/src/libvxWorks/iocLogClient.c @@ -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(); /* diff --git a/src/libvxWorks/veclist.c b/src/libvxWorks/veclist.c index e4d228f95..66b251063 100644 --- a/src/libvxWorks/veclist.c +++ b/src/libvxWorks/veclist.c @@ -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 *); /* diff --git a/src/vxWorks/libvxWorks/veclist.c b/src/vxWorks/libvxWorks/veclist.c index e4d228f95..66b251063 100644 --- a/src/vxWorks/libvxWorks/veclist.c +++ b/src/vxWorks/libvxWorks/veclist.c @@ -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 *); /*