summaryrefslogtreecommitdiff
path: root/sbin/bioctl/Makefile
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2017-07-14 16:21:04 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2017-07-14 16:21:04 +0000
commitd8acf8cda47408f2d8b06a198e0b1713ba5b2a86 (patch)
tree9466c8bb9cd780ec682872f1d6b29c5d9676bfa0 /sbin/bioctl/Makefile
parentbeceb6e45bbd13816725262d25deaad63c6fa051 (diff)
Replace remaining "!var" expressions with
"<var> == 0", "!(<var> & FLAG)" with "(<var> & FLAG) == 0", "!<func()>" with "<func()> == 0" and "!<define>" with "<define> == 0". And the positive cases as well. A few stray == NULL and != NULL as well.
Diffstat (limited to 'sbin/bioctl/Makefile')
0 files changed, 0 insertions, 0 deletions