From 6640459d06cac35d25f1e5fc2015a1afde164cc3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 7 Sep 2008 03:44:14 +0000 Subject: Convert to "bool". --- c/src/libchip/serial/serprobe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/libchip/serial/serprobe.c') diff --git a/c/src/libchip/serial/serprobe.c b/c/src/libchip/serial/serprobe.c index 2018727d56..5ce4d7ca40 100644 --- a/c/src/libchip/serial/serprobe.c +++ b/c/src/libchip/serial/serprobe.c @@ -6,12 +6,12 @@ #include #include -boolean libchip_serial_default_probe(int minor) +bool libchip_serial_default_probe(int minor) { /* * If the configuration dependent probe has located the device then * assume it is there */ - return TRUE; + return true; } -- cgit v1.2.3