From 4a33e89691b831205714e3cd42999da1e2a9c9ca Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 14 Jul 2003 23:19:00 +0000 Subject: [PATCH] PR431. MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever. --- cpukit/libfs/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog index 85a759d31b..72e2880d83 100644 --- a/cpukit/libfs/ChangeLog +++ b/cpukit/libfs/ChangeLog @@ -1,3 +1,7 @@ +2003-07-15 Chris Johns + * src/dosfs/msdos.h: PR431. MSDOS Volume semaphore timeout is now + NO TIMEOUT. MSDOS volume opertations will wait for ever. + 2003-07-08 Ralf Corsepius * src/dosfs/fat.c: include config-header "config.h".