usr.sbin/makefs: Use `char *` not `void *` for buf b_data
authorTomohiro Kusumi <tkusumi@netbsd.org>
Tue, 24 Jan 2023 06:42:02 +0000 (22:42 -0800)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Tue, 24 Jan 2023 06:42:02 +0000 (22:42 -0800)
commit02f727fe249ae3252e4721f806f49ded0544938e
tree77ea7d8dd7b24700176004101c0c5e06e21f2ed8
parent4e2eefe9e48c4e3bd9644456c07e9c5a0ed24ab3
usr.sbin/makefs: Use `char *` not `void *` for buf b_data

, drop casts in msdos

Only struct m_buf change applies in this commit.
"drop casts in msdos" part had already been applied.

taken-from FreeBSD ef63362055dcf60ea2eb532991584c67aab911e2
usr.sbin/makefs/ffs/buf.h