osdSocketResource => osiSockResource

This commit is contained in:
Marty Kraimer
2000-01-28 20:32:40 +00:00
parent 734eab20cc
commit 4b799fa912
4 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@
#include "errMdef.h"
#include "envDefs.h"
#include "epicsAssert.h"
#include "bsdSocketResource.h"
#include "osiSockResource.h"
/*+/subr**********************************************************************

View File

@@ -52,7 +52,7 @@
#include "osiThread.h"
#include "tsMinMax.h"
#include "fdManager.h"
#include "bsdSocketResource.h"
#include "osiSockResource.h"
//
// if the compiler supports explicit instantiation of

View File

@@ -50,7 +50,7 @@
#include "epicsAssert.h"
#include "errlog.h"
#include "envDefs.h"
#include "bsdSocketResource.h"
#include "osiSockResource.h"
#include "ellLib.h"
#include "logClient.h"

View File

@@ -9,7 +9,7 @@
#include <string.h>
#define epicsExportSharedSymbols
#include "bsdSocketResource.h"
#include "osiSockResource.h"
#ifndef LOCAL
#define LOCAL static