git: usr.sbin/makefs: Use `char *` not `void *` for buf b_data

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Mon Jan 23 21:28:06 PST 2023


commit 02f727fe249ae3252e4721f806f49ded0544938e
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Mon Jan 23 22:42:02 2023 -0800

    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

Summary of changes:
 usr.sbin/makefs/ffs/buf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/02f727fe249ae3252e4721f806f49ded0544938e


-- 
DragonFly BSD source repository


More information about the Commits mailing list