diff options
| author | rillig <rillig@NetBSD.org> | 2021-09-03 20:24:28 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-09-03 20:24:28 +0000 |
| commit | 200ab5f481b9da5cf1e14d311e6e3032d61b9d01 (patch) | |
| tree | 5dfb466a8dbca93b4229766ad7862a7bc5e980f9 /sys/dev/microcode | |
| parent | 3a35334764185a0f0138c20eed4dc99e4a5c76e7 (diff) | |
inetd: prepare for lint's strict bool mode
Lint's strict bool mode considers bool incompatible with the other
scalar types. This makes the type of expressions more visible in the
code. In particular, conditions of the form '!strcmp(...)' are no
longer allowed, they have to be written as 'strcmp(...) == 0'.
The operator '!' cannot be used with sep->se_wait since that has type
pid_t, not bool.
No change to the resulting binary.
Diffstat (limited to 'sys/dev/microcode')
0 files changed, 0 insertions, 0 deletions
