FILE3
if ((ret = stat(carray[FILE3], &s)) != 0) {
carray[FILE1] : carray[FILE3], errno,
if (stat(carray[FILE3], &s) != -1)
wfcommit(carray[FILE3], carray[FILE3], scfile.sys);
DEBUG(4, "Removing data file (%s)\n", carray[FILE3]);
if ((stat(carray[FILE3], &s) != -1) && (unlink(carray[FILE3]) != 0)) {
toCorrupt(carray[FILE3]);
errent(Ct_UNLINK, carray[FILE3], errno, __FILE__,