Changed delete() to remove() for vxWorks5.1.

This commit is contained in:
Janet B. Anderson
1993-06-17 10:28:16 +00:00
parent e90a59f935
commit 60ffe4ddcb
+1 -1
View File
@@ -413,7 +413,7 @@ SPROG *pSP;
pvalue = seqMacValGet(pname, strlen(pname), pSP->mac_ptr);
if (pvalue != NULL && strlen(pvalue) > 0)
{ /* Create & open file for write only */
delete(pvalue);
remove(pvalue);
fd = open(pvalue, O_CREAT | O_WRONLY, 0664);
if (fd != ERROR)
pSP->logFd = fd;