win NT changes
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
* $Id$
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.1 1996/06/25 19:11:29 jbk
|
||||
* new in EPICS base
|
||||
*
|
||||
*
|
||||
* *Revision 1.1 1996/05/31 13:15:18 jbk
|
||||
* *add new stuff
|
||||
@@ -15,7 +18,13 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include "aitTypes.h"
|
||||
|
||||
#if defined(__i386) || defined(i386)
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
*
|
||||
* History
|
||||
* $Log$
|
||||
* Revision 1.1 1996/07/10 23:44:12 jhill
|
||||
* moved here from src/cas/generic
|
||||
*
|
||||
* Revision 1.2 1996/06/26 21:19:01 jhill
|
||||
* now matches gdd api revisions
|
||||
*
|
||||
@@ -223,7 +226,7 @@ inline gddAppFuncTableStatus gddAppFuncTable<PV>::read(PV &pv, gdd &value)
|
||||
return S_gddAppFuncTable_badType;
|
||||
}
|
||||
pFunc = this->pMFuncRead[type];
|
||||
if (!pFunc) {
|
||||
if (pFunc==NULL) {
|
||||
errPrintf (S_gddAppFuncTable_badType, __FILE__,
|
||||
__LINE__, "- ukn appl type code = %u\n",
|
||||
type);
|
||||
|
||||
Reference in New Issue
Block a user