additional header files

This commit is contained in:
Jeff Hill
2000-03-01 23:12:51 +00:00
parent 56602e4ff9
commit 2e863b53a3

View File

@@ -20,6 +20,7 @@
#define epicsExportSharedSymbols
#include "osiProcess.h"
#include "errlog.h"
#include "epicsAssert.h"
epicsShareFunc osiGetUserNameReturn epicsShareAPI osiGetUserName (char *pBuf, unsigned bufSizeIn)
{
@@ -124,7 +125,7 @@ epicsShareFunc osiSpawnDetachedProcessReturn epicsShareAPI osiSpawnDetachedProce
errlogPrintf ( "The executable \"%s\" couldnt be located\n", pBaseExecutableName );
errlogPrintf ( "because of errno = \"%s\".\n", strerror (errno) );
errlogPrintf ( "You may need to modify your PATH environment variable.\n" );
errlogPrintf ( "Unable to start \"%s\" process.\n" pProcessName);
errlogPrintf ( "Unable to start \"%s\" process.\n", pProcessName);
assert (0);
}
exit (0);