Project

General

Profile

Actions

Bug #9633

open

cxgbe should not reinvent the bool

Added by Yuri Pankov over 5 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
driver - device drivers
Start date:
2018-06-30
Due date:
% Done:

50%

Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:

Description

usr/src/uts/common/io/cxgbe/t4nex/osdep.h has the following defined unconditionally:

typedef boolean_t       bool;
#define true            B_TRUE
#define false           B_FALSE

which breaks the build if some of the system headers are modified to include <sys/stdbool.h>.

No data to display

Actions

Also available in: Atom PDF