* flock.cc (fhandler_disk_file::lock): Don't test file open mode in

case of flock-type locks.  Explain why.
This commit is contained in:
Corinna Vinschen
2009-03-12 18:30:29 +00:00
parent 2e0b52c9d8
commit fc69f1aed5
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-03-12 Corinna Vinschen <corinna@vinschen.de>
* flock.cc (fhandler_disk_file::lock): Don't test file open mode in
case of flock-type locks. Explain why.
2009-03-12 Brian Ford <Brian.Ford@FlightSafety.com>
* gethostby_helper: Fix typos in DEBUGGING case.