restore VxWorks 5 compatibility
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
\*************************************************************************/
|
||||
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <string>
|
||||
#include <set>
|
||||
|
||||
|
||||
@@ -148,8 +148,8 @@ void testTok(const char *inp,
|
||||
const char *expectTok,
|
||||
const char *expectSave)
|
||||
{
|
||||
char *scratch = !inp ? NULL : strdup(inp);
|
||||
char *allocSave = !save ? NULL : strdup(save);
|
||||
char *scratch = !inp ? NULL : epicsStrDup(inp);
|
||||
char *allocSave = !save ? NULL : epicsStrDup(save);
|
||||
char *actualSave = allocSave;
|
||||
char *actualTok;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user