From 4088d01d9f037d26365d462fa243561da8cd8cb1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Sep 2008 11:42:19 +0000 Subject: Convert using "bool". --- cpukit/libcsupport/src/rmdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/rmdir.c') diff --git a/cpukit/libcsupport/src/rmdir.c b/cpukit/libcsupport/src/rmdir.c index 61d6390840..4b1de71c8a 100644 --- a/cpukit/libcsupport/src/rmdir.c +++ b/cpukit/libcsupport/src/rmdir.c @@ -35,7 +35,7 @@ int rmdir( * Get the node where we wish to go. */ - result = rtems_filesystem_evaluate_path( pathname, 0, &loc, FALSE ); + result = rtems_filesystem_evaluate_path( pathname, 0, &loc, false ); if ( result != 0 ) return -1; -- cgit v1.2.3