summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
Diffstat (limited to 'device')
-rw-r--r--device/dev_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/dev_name.c b/device/dev_name.c
index b560b0a..24d0885 100644
--- a/device/dev_name.c
+++ b/device/dev_name.c
@@ -213,7 +213,7 @@ boolean_t dev_change_indirect(iname, dname, unit)
{
struct dev_ops *dp;
struct dev_indirect *di;
- int found = FALSE;
+ boolean_t found = FALSE;
dev_search(dp) {
if (!strcmp(dp->d_name,dname)) {