changes to build on solaris and vxWorks

This commit is contained in:
Marty Kraimer
2000-03-15 14:19:52 +00:00
parent 0149a2c6e0
commit cc40e5989e
6 changed files with 11 additions and 1 deletions
+2
View File
@@ -40,10 +40,12 @@
#include "special.h"
#include "freeList.h"
#include "caerr.h"
#include "db_field_log.h"
#include "dbEvent.h"
#include "dbCommon.h"
#include "db_field_log.h"
#include "asLib.h"
#include "callback.h"
#include "asDbLib.h"
#include "server.h"
+1
View File
@@ -34,6 +34,7 @@
#include <string.h>
#include <errno.h>
#include "dbDefs.h"
#include "osiSock.h"
#include "tsStamp.h"
#include "errlog.h"
+1
View File
@@ -32,6 +32,7 @@
#include <string.h>
#include <errno.h>
#include "dbDefs.h"
#include "osiSock.h"
#include "tsStamp.h"
#include "errlog.h"
+4 -1
View File
@@ -44,6 +44,8 @@
#include "addrList.h"
#include "freeList.h"
#include "errlog.h"
#include "db_field_log.h"
#include "dbAddr.h"
#include "dbEvent.h"
#include "dbCommon.h"
@@ -323,7 +325,8 @@ LOCAL int req_server (void)
continue;
}
id = threadCreate ("CAclient", threadPriorityChannelAccessClient,
threadGetStackSize (threadStackBig), camsgtask, (void *)pClient);
threadGetStackSize (threadStackBig),
(THREADFUNC)camsgtask, (void *)pClient);
if (id==0) {
destroy_client (pClient);
errlogPrintf("CAS: task creation for new client failed because \"%s\"\n",
+2
View File
@@ -50,6 +50,7 @@
#include <errno.h>
#include "osiSock.h"
#include "dbDefs.h"
#include "errlog.h"
#include "taskwd.h"
#include "tsStamp.h"
@@ -306,4 +307,5 @@ int cast_server(void)
clean_addrq ();
}
}
return(0);
}
+1
View File
@@ -40,6 +40,7 @@
/*
* EPICS includes
*/
#include "dbDefs.h"
#include "osiSock.h"
#include "osiPoolStatus.h"
#include "tsStamp.h"