svn commit: r351319 - in head/usr.sbin/makefs: ffs msdos

Ed Maste emaste at freebsd.org
Wed Sep 25 19:13:24 UTC 2019


On Fri, 30 Aug 2019 at 00:29, Bruce Evans <brde at optusnet.com.au> wrote:
>
> On Wed, 21 Aug 2019, Ed Maste wrote:
>
> > Author: emaste
> > Date: Wed Aug 21 01:45:29 2019
> > New Revision: 351319
> > URL: https://svnweb.freebsd.org/changeset/base/351319
> >
> > Log:
> >  makefs: use `char *` not `void *` for buf b_data, drop casts in msdos
> >
> >  (The kernel uses caddr_t.)
>
> This is much better than churning the copy of the working code.

My eventual goal is to converge on a shared copy of these files,
generally moving to what is already done in the kernel's
implementation. If there's reasonable clean up or improvements to be
made in the kernel code I'm interested in doing so, but I'm not really
sure what to do with the caddr_ts there yet. I see that NetBSD removed
all uses of caddr_t.


More information about the svn-src-head mailing list