From c9abc2c82ec2d99d326c5f2cba55edcd1a6f85a8 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 Sep 1995 22:17:13 +0000 Subject: [PATCH] ms windows changes --- src/libCom/bldEnvData | 7 +++++-- src/libCom/env/envSubr.c | 5 +---- src/libCom/envSubr.c | 5 +---- src/libCom/gpHash/gpHashLib.c | 1 + src/libCom/gpHashLib.c | 1 + 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/libCom/bldEnvData b/src/libCom/bldEnvData index 413434e2a..1b2af1874 100755 --- a/src/libCom/bldEnvData +++ b/src/libCom/bldEnvData @@ -7,6 +7,9 @@ # Experimental Physics and Industrial Control System (EPICS) # # $Log$ +# Revision 1.1 1995/08/17 20:22:09 jba +# Moved bldEnvData,blderrSymTbl, makeStatTbl to libCom dir +# # Revision 1.3 1995/08/14 19:27:24 jhill # extern => epicsShareExtern # @@ -34,7 +37,7 @@ TOOL=`basename $0` # Start by creating a list of the ENV_PARAM declarations PARAMS=`sed -n -e 's/;//' \ - -e 's/^[ ]*epicsShareExtern[ ][ ]*ENV_PARAM[ ][ ]*//p' \ + -e 's/^[ ]*epicsShareExtern[ ][ ]*ENV_PARAM[ ][ ]*//p' \ ${SRC}` # Create a new header file @@ -85,7 +88,7 @@ done # Now create an array pointing to all parameters cat >>${OBJ} < # include +# include #endif #ifdef vxWorks @@ -84,10 +85,6 @@ #include #include -/* - * for VMS - */ -unsigned long inet_addr (char *); /*+/subr********************************************************************** diff --git a/src/libCom/envSubr.c b/src/libCom/envSubr.c index 5206fe9aa..9c664c190 100644 --- a/src/libCom/envSubr.c +++ b/src/libCom/envSubr.c @@ -73,6 +73,7 @@ #else # include # include +# include #endif #ifdef vxWorks @@ -84,10 +85,6 @@ #include #include -/* - * for VMS - */ -unsigned long inet_addr (char *); /*+/subr********************************************************************** diff --git a/src/libCom/gpHash/gpHashLib.c b/src/libCom/gpHash/gpHashLib.c index 2a9ab7683..2a8146856 100644 --- a/src/libCom/gpHash/gpHashLib.c +++ b/src/libCom/gpHash/gpHashLib.c @@ -51,6 +51,7 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000). * .01 04-07-94 mrk Initial Implementation */ +#include #ifdef vxWorks #include #endif diff --git a/src/libCom/gpHashLib.c b/src/libCom/gpHashLib.c index 2a9ab7683..2a8146856 100644 --- a/src/libCom/gpHashLib.c +++ b/src/libCom/gpHashLib.c @@ -51,6 +51,7 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000). * .01 04-07-94 mrk Initial Implementation */ +#include #ifdef vxWorks #include #endif