]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the return type for pager_output(..) in bootparttest and zfsboottest
authorEnji Cooper <ngie@FreeBSD.org>
Tue, 1 Aug 2017 05:29:36 +0000 (05:29 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Tue, 1 Aug 2017 05:29:36 +0000 (05:29 +0000)
commit7e299eacabe639bdfa2810c615476fb49414fd94
tree0bace41133d4223c6440e4d1f2d0266db618753b
parentd96899bad03e818baef86f294c772f9011fbb3eb
Fix the return type for pager_output(..) in bootparttest and zfsboottest

pager_output(..) has always returned int. For some reason (probably the
clang 5.0 update), this mismatch now results in an error with CC=clang.

MFC after: 1 week
tools/tools/bootparttest/stub.c
tools/tools/zfsboottest/zfsboottest.c