HomeFreeBSD

makefs: use `char *` not `void *` for buf b_data, drop casts in msdos

Description

makefs: use char * not void * for buf b_data, drop casts in msdos

(The kernel uses caddr_t.)

Suggested by: cem
Reviewed by: cem
MFC with: r351273
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D21348

Details