Enji Cooper de00e09d82 Unbreak the gcc build with sendfile_test after r343362
gcc 8.x is more pedantic than clang 7.x with format strings and the tests
passed `void*` variables while supplying `%s` (which is technically
incorrect).

Make the affected `void*` variables use `char*` storage instead to address
this issue, as the compiler will upcast the values to `char*`.

MFC after:	1 month
MFC with:	r343362
Approved by:	emaste (mentor; implicit)
Reviewed by:	asomers
Differential Revision: https://reviews.freebsd.org/D18934
2019-01-23 23:06:39 +00:00
..
2018-12-05 00:46:09 +00:00
2018-12-05 00:46:09 +00:00
2018-10-20 22:39:35 +00:00
2018-12-05 00:46:09 +00:00
2017-12-08 17:52:53 +00:00
2018-12-05 00:46:09 +00:00
2018-10-21 00:20:40 +00:00
2018-07-23 09:54:28 +00:00
2017-08-13 14:42:23 +00:00