Mail Archives: cygwin-developers/1998/09/27/08:11:35
Hi!
The patch is required to pass cvs test suite.
delqueue.cc (delqueue_list::process_queue): clear queue entry if file cannot be
deleted for a reason other than sharing violation.
--- delqueue.cc.orig Fri Sep 11 10:15:20 1998
+++ delqueue.cc Sun Sep 27 17:45:11 1998
@@ -92,6 +92,7 @@ delqueue_list::process_queue ()
else
{
syscall_printf ("Hmm, don't know what to do with %s", name[i]);
+ inuse[i] = 0;
}
}
}
--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
- Raw text -