]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
diff: convert boolean flag variables to bool
authorPiotr Pawel Stefaniak <pstef@FreeBSD.org>
Sat, 4 Sep 2021 23:44:26 +0000 (01:44 +0200)
committerPiotr Pawel Stefaniak <pstef@FreeBSD.org>
Wed, 15 Sep 2021 23:36:41 +0000 (01:36 +0200)
commitb5541f456d641d23e0c46874daff0b62552bf3cb
tree79c755f231c9e04bc87ca6555fef8aedbb5b2cc5
parent03582021117f05fa562a2a43028b931ec21c5237
diff: convert boolean flag variables to bool

There will be more boolean flags added in upcoming commits and they
would have to be stored in ints in order to be consistent with existing
code. Change the existing code to use the bool type.
usr.bin/diff/diff.c
usr.bin/diff/diff.h