summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/diskdevs.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-25 15:07:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-25 15:07:58 +0000
commite03c37ae5b2885a48679ceb3bee6e4d23e44f057 (patch)
tree9bfe6071bc618ee76d3094bc6a2c621ae9b10055 /cpukit/libblock/src/diskdevs.c
parentChanged invalid usage of a boolean type to a proper integer type in calc_dbat... (diff)
downloadrtems-e03c37ae5b2885a48679ceb3bee6e4d23e44f057.tar.bz2
s/rtems_boolean/bool/g.
Diffstat (limited to 'cpukit/libblock/src/diskdevs.c')
-rw-r--r--cpukit/libblock/src/diskdevs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/src/diskdevs.c b/cpukit/libblock/src/diskdevs.c
index b04e08818c..6fcedd51ac 100644
--- a/cpukit/libblock/src/diskdevs.c
+++ b/cpukit/libblock/src/diskdevs.c
@@ -51,7 +51,7 @@ static boolean disk_io_initialized = FALSE;
* semaphore-protected code. If it is not set (very-very frequent case),
* we can do lookup safely, enable interrupts and return result.
*/
-static volatile rtems_boolean diskdevs_protected;
+static volatile bool diskdevs_protected;
/* create_disk_entry --
* Return pointer to the disk_entry structure for the specified device, or